From 3ab54ec4ad6cf389dd2b0569ccc79b1d490a0e6f Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Sun, 22 Nov 2020 18:48:30 +0100 Subject: [PATCH] Update example 2 --- Examples/Example-20-RemoveOrphanedFoldersSysvol.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Example-20-RemoveOrphanedFoldersSysvol.ps1 b/Examples/Example-20-RemoveOrphanedFoldersSysvol.ps1 index 91c1c13..3b5c653 100644 --- a/Examples/Example-20-RemoveOrphanedFoldersSysvol.ps1 +++ b/Examples/Example-20-RemoveOrphanedFoldersSysvol.ps1 @@ -4,7 +4,7 @@ Get-GPOZaurrBroken -Verbose -IncludeDomains 'ad.evotec.pl' | Format-Table # this allows you to process X amount of orphaned folders/files (good for testing) -Remove-GPOZaurrBroken -Verbose -WhatIf -IncludeDomains 'ad.evotec.pl' #-LimitProcessing 2 +Remove-GPOZaurrBroken -Verbose -WhatIf #-IncludeDomains 'ad.evotec.pl' #-LimitProcessing 2 # this runs for whole SYSVOL and checks things against GPOS Remove-GPOZaurrBroken -Verbose -IncludeDomains 'ad.evotec.xyz' -BackupPath $Env:UserProfile\Desktop\MyBackup1 -WhatIf \ No newline at end of file