Update curated website materials

This commit is contained in:
Przemysław Kłys
2026-04-12 16:58:37 +02:00
parent e8205302e3
commit 2ddc7b2c07
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Curated examples for common Group Policy administration and cleanu
layout: docs
---
These examples are maintained with the GPOZaurr repository and chosen for the website because they explain a real administrative workflow.
These GPOZaurr examples focus on practical Group Policy review and backup patterns rather than the full raw example set.
## Featured examples
@@ -23,7 +23,7 @@ $GPOSummary = Backup-GPOZaurr `
-BackupPath "$Env:UserProfile\Desktop\GPO" `
-Verbose `
-Type Disabled, Empty `
-IncludeDomains 'ad.evotec.pl'
-IncludeDomains 'corp.example.com'
$GPOSummary | Format-Table -AutoSize