From f3d426ba937570bf7dd06e7a3d4167cb8ac5b217 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Tue, 16 Apr 2024 18:35:24 +0200 Subject: [PATCH] Fixes typos in report #53 --- Private/Invoke.GPOZaurrOrganizationalUnit.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Private/Invoke.GPOZaurrOrganizationalUnit.ps1 b/Private/Invoke.GPOZaurrOrganizationalUnit.ps1 index 3ae5f19..d5ed384 100644 --- a/Private/Invoke.GPOZaurrOrganizationalUnit.ps1 +++ b/Private/Invoke.GPOZaurrOrganizationalUnit.ps1 @@ -209,13 +209,13 @@ } -LineBreak New-HTMLText -Text 'Once happy with results please follow with command (this will start removal process): ' -LineBreak -FontWeight bold New-HTMLCodeBlock -Code { - Remove-GPOZaurrLinkEmptyOU -WhatIf -LimitProcessing 2 -Verbose + Remove-GPOZaurrLinkEmptyOU -LimitProcessing 2 -Verbose } New-HTMLText -TextBlock { "Alternatively for multi-domain scenario, if you have limited Domain Admin credentials to a single domain please use following command: " } New-HTMLCodeBlock -Code { - Remove-GPOZaurrLinkEmptyOU -WhatIf -LimitProcessing 2 -Verbose -IncludeDomains 'YourDomainYouHavePermissionsFor' + Remove-GPOZaurrLinkEmptyOU -LimitProcessing 2 -Verbose -IncludeDomains 'YourDomainYouHavePermissionsFor' } New-HTMLText -TextBlock { "This command when executed deletes only first X broken GPOs. Use LimitProcessing parameter to prevent mass delete and increase the counter when no errors occur. "