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