comand to Undo group policy
i need a command code to undo my "gpupdate /force on my systems
July 24th, 2015 4:30pm
Hello
To restore the policy can move the object server under another OU with the default policy and apply the command "gpupdate / force"
To restore the policy can move the object server under another OU with the default policy and apply the command "gpupdate / force"
Free Windows Admin Tool Kit Click here and download it now
July 24th, 2015 4:35pm
Is it a local group policy or a domain-applied group policy?
If you still have track of what changes youve made, you can simply reverse any policy changes that were implemented in Local Group Policy Editor and then run gpupdate /force again. If you lost track of your changes, you can run below command lines, then run gpupdate /force again to reset "Local Group Policy" to default:
RD /S /Q "%WinDir%\System32\GroupPolicyUsers"
RD /S /Q "%WinDir%\System32\GroupPolicy"
If its a domain-applied policy, as Athos suggested, just move your machine to a different container, or delete that GPO from current container.
If you still have track of what changes youve made, you can simply reverse any policy changes that were implemented in Local Group Policy Editor and then run gpupdate /force again. If you lost track of your changes, you can run below command lines, then run gpupdate /force again to reset "Local Group Policy" to default:
RD /S /Q "%WinDir%\System32\GroupPolicyUsers"
RD /S /Q "%WinDir%\System32\GroupPolicy"
If its a domain-applied policy, as Athos suggested, just move your machine to a different container, or delete that GPO from current container.
Regards,
Eth
July 26th, 2015 10:19pm