diff --git a/Examples/Example-43-OptimizeGPO.ps1 b/Examples/Example-43-OptimizeGPO.ps1 index c4691b5..9e71479 100644 --- a/Examples/Example-43-OptimizeGPO.ps1 +++ b/Examples/Example-43-OptimizeGPO.ps1 @@ -1,3 +1,3 @@ Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force -Optimize-GPOZaurr -WhatIf -Verbose -LimitProcessing 2 \ No newline at end of file +Optimize-GPOZaurr -All -WhatIf -Verbose -LimitProcessing 2 \ No newline at end of file