Tip: Find faulty GPO using the ID
Sometimes there are errors in the event log on clients or servers that indicate faulty group policies (GPOs). Unfortunately, only the ID of the GPO is displayed in the event log, so it can take some time to search for the corresponding GPO: The work can be made easier with PowerShell and the ActiveDirectory PowerShell SnapIns get-gpo -all | ... Read more