From 7f2adbbb13b63bca7a2adf9ff6664f35afab1e1d Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Thu, 30 Jul 2020 12:23:52 +0200 Subject: [PATCH] Update --- Examples/Example-02-RemoveEmptyAndUnlinkedGPOs.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Example-02-RemoveEmptyAndUnlinkedGPOs.ps1 b/Examples/Example-02-RemoveEmptyAndUnlinkedGPOs.ps1 index 2c7443a..717c960 100644 --- a/Examples/Example-02-RemoveEmptyAndUnlinkedGPOs.ps1 +++ b/Examples/Example-02-RemoveEmptyAndUnlinkedGPOs.ps1 @@ -2,4 +2,4 @@ # Remove GPOS $BackupPath = "$Env:UserProfile\Desktop\GPO" -Remove-GPOZaurr -Type Empty, Unlinked -BackupPath $BackupPath -BackupDated -LimitProcessing 2 -Verbose \ No newline at end of file +Remove-GPOZaurr -Type Empty, Unlinked -BackupPath $BackupPath -BackupDated -LimitProcessing 2 -Verbose -WhatIf \ No newline at end of file