From 4e2ff766613205d250f381fda654bfbe5ff1f4ab Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Fri, 29 May 2020 13:07:41 +0200 Subject: [PATCH] Example --- Examples/Example-17-RepairInconsistentACLAll.ps1 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Examples/Example-17-RepairInconsistentACLAll.ps1 diff --git a/Examples/Example-17-RepairInconsistentACLAll.ps1 b/Examples/Example-17-RepairInconsistentACLAll.ps1 new file mode 100644 index 0000000..7e8f6fa --- /dev/null +++ b/Examples/Example-17-RepairInconsistentACLAll.ps1 @@ -0,0 +1,5 @@ +Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force + +Get-GPOZaurrPermissionConsistency -Type All | Format-Table + +Repair-GPOZaurrPermissionConsistency -LimitProcessing 2 -WhatIf -Verbose \ No newline at end of file