From fb5b9c5024720454346d42d8f5dcb21c13a9dceb Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Sun, 20 Sep 2020 17:03:59 +0200 Subject: [PATCH] Update --- Examples/Example-17-RepairInconsistentACL.ps1 | 2 +- Examples/Example-17-RepairInconsistentACLAll.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/Example-17-RepairInconsistentACL.ps1 b/Examples/Example-17-RepairInconsistentACL.ps1 index e567c92..f7fe78d 100644 --- a/Examples/Example-17-RepairInconsistentACL.ps1 +++ b/Examples/Example-17-RepairInconsistentACL.ps1 @@ -2,4 +2,4 @@ Get-GPOZaurrPermissionConsistency -GPOName 'Default Domain Controllers Policy' -IncludeDomains 'ad.evotec.xyz' -Repair-GPOZaurrPermissionConsistency -GPOName 'Default Domain Controllers Policy' -IncludeDomains 'ad.evotec.xyz' -Verbose #-WhatIf -Verbose \ No newline at end of file +Repair-GPOZaurrPermissionConsistency -GPOName 'Default Domain Controllers Policy' -IncludeDomains 'ad.evotec.xyz' -Verbose -WhatIf \ No newline at end of file diff --git a/Examples/Example-17-RepairInconsistentACLAll.ps1 b/Examples/Example-17-RepairInconsistentACLAll.ps1 index 7e8f6fa..74ac4e0 100644 --- a/Examples/Example-17-RepairInconsistentACLAll.ps1 +++ b/Examples/Example-17-RepairInconsistentACLAll.ps1 @@ -1,5 +1,5 @@ Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force -Get-GPOZaurrPermissionConsistency -Type All | Format-Table +Get-GPOZaurrPermissionConsistency -Type All -VerifyInheritance | Format-Table Repair-GPOZaurrPermissionConsistency -LimitProcessing 2 -WhatIf -Verbose \ No newline at end of file