From 2ad070172580217d4ad1c9591e5d4c474dbe5106 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Sat, 5 Dec 2020 00:34:51 +0100 Subject: [PATCH] Update example --- Examples/Example-43-OptimizeGPO.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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