diff --git a/Website/content/examples/_index.md b/Website/content/examples/_index.md index 44acdfb..45fafa2 100644 --- a/Website/content/examples/_index.md +++ b/Website/content/examples/_index.md @@ -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 diff --git a/Website/content/examples/backup-disabled-or-empty-gpos.md b/Website/content/examples/backup-disabled-or-empty-gpos.md index 2c7fdee..2858f88 100644 --- a/Website/content/examples/backup-disabled-or-empty-gpos.md +++ b/Website/content/examples/backup-disabled-or-empty-gpos.md @@ -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