From b3023051f3aae08edd0b126efc5aa5f893e49720 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Tue, 10 Aug 2021 20:57:27 +0200 Subject: [PATCH] display additional column in example --- Examples/Example-11-ReplaceGPOOwnerAutomated.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Example-11-ReplaceGPOOwnerAutomated.ps1 b/Examples/Example-11-ReplaceGPOOwnerAutomated.ps1 index fdb3da3..d2df6bb 100644 --- a/Examples/Example-11-ReplaceGPOOwnerAutomated.ps1 +++ b/Examples/Example-11-ReplaceGPOOwnerAutomated.ps1 @@ -5,7 +5,7 @@ # regardless if current user is still Domain Admin or not $GPOs = Get-GPOZaurrOwner -IncludeSysvol -$GPOs | Format-Table DisplayName, Owner, OwnerSID, OwnerType, SysvolOwner, SysvolSID, SysvolType +$GPOs | Format-Table DisplayName, Status, Owner, OwnerSID, OwnerType, SysvolOwner, SysvolSID, SysvolType Set-GPOZaurrOwner -Type Unknown -Verbose -WhatIf #-LimitProcessing 2 Set-GPOZaurrOwner -Type All -Verbose -LimitProcessing 2 -WhatIf -IncludeDomains 'ad.evotec.pl'