From 2ef3c306ff77d756fc48172115cff2ef3cc9cd6a Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Sun, 11 Apr 2021 14:53:37 +0200 Subject: [PATCH] Update example --- Examples/Example-48-RepairBrokenLinks.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Example-48-RepairBrokenLinks.ps1 b/Examples/Example-48-RepairBrokenLinks.ps1 index 40e02ca..7cc973f 100644 --- a/Examples/Example-48-RepairBrokenLinks.ps1 +++ b/Examples/Example-48-RepairBrokenLinks.ps1 @@ -1,5 +1,5 @@ Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force -Repair-GPOZaurrBrokenLink -Verbose -LimitProcessing 1 -WhatIf +Repair-GPOZaurrBrokenLink -Verbose -LimitProcessing 1 #-WhatIf #Repair-GPOZaurrBrokenLink -Verbose -IncludeDomains ad.evotec.pl -LimitProcessing 30 #-WhatIf \ No newline at end of file