From 2ddc7b2c07d167810afaa7ea707bb3d17937273d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20K=C5=82ys?= Date: Sun, 12 Apr 2026 16:58:37 +0200 Subject: [PATCH] Update curated website materials --- Website/content/examples/_index.md | 2 +- Website/content/examples/backup-disabled-or-empty-gpos.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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