Reset GPO

To clear Local GPO

Delete everything inside the GPO folder

RD /S /Q "%WinDir%\System32\GroupPolicyUsers" && RD /S /Q "%WinDir%\System32\GroupPolicy"

To clear Domain GPO

Make a backup of the GPO in the domain first.

To reset the Default Domain Controller Policy:

dcgpofix /ignoreschema /target:DC

To reset the Default Domain Policy:

dcgpofix /ignoreschema /target:Domain

Revision #1
Created 4 January 2024 07:07:09 by aki
Updated 4 January 2024 07:09:23 by aki