diff --git a/Examples/Reports/GPOZaurr.html b/Examples/Reports/GPOZaurr.html
index 9fcb84b..a7e4c3e 100644
--- a/Examples/Reports/GPOZaurr.html
+++ b/Examples/Reports/GPOZaurr.html
@@ -3097,7 +3097,7 @@ Import-Module GPOZaurr -Force
Using force ma
"When executed it will take a while to generate all data and provide you with new report depending on size of environment."
"Once confirmed that data is still showing issues and requires fixing please proceed with next step."
Alternatively if you prefer working with console you can run:
$GPOOutput = Get-GPOZaurrPermissionConsistency
-$GPOOutput | Format-Table # do your actions as desired
It provides same data as you see in table above just doesn't prettify it for you.
Following command when executed fixes inconsistent permissions.
Make sure when running it for the first time to run it with WhatIf parameter as shown below to prevent accidental removal.
Make sure to fill in TargetDomain to match your Domain Admin permission account
Repair-GPOZaurrPermissionConsistency -IncludeDomains "TargetDomain" -Verbose -WhatIf
After execution please make sure there are no errors, make sure to review provided output, and confirm that what is about to be deleted matches expected data. Once happy with results please follow with command:
Repair-GPOZaurrPermissionConsistency -LimitProcessing 2 -IncludeDomains "TargetDomain"
This command when executed repairs only first X inconsistent permissions. Use LimitProcessing parameter to prevent mass fixing and increase the counter when no errors occur. Repeat step above as much as needed increasing LimitProcessing count till there's nothing left. In case of any issues please review and action accordingly.
If there's nothing else to be fixed, we can skip to next step step
Unfortunetly this step is manual until automation is developed.
If there are inconsistent permissions found inside GPO one has to fix them manually by going into SYSVOL and making sure inheritance is enabled, and that permissions are consistent across all files.
Once cleanup task was executed properly, we need to verify that report now shows no problems.
Invoke-GPOZaurr -FilePath $Env:UserProfile\Desktop\GPOZaurrPermissionsInconsistentAfter.html -Verbose -Type GPOConsistency
If everything is healthy in the report you're done! Enjoy rest of the day!