Can Someone Tell A Command To Force Group Policy Update?
I am using windows server 2003 in my small office. All my employees use windows 20013. Can someone tell me a command to force group policy update?
I am using windows server 2003 in my small office. All my employees use windows 20013. Can someone tell me a command to force group policy update?
For this purpose, you should use the command gpupdate. With this command, you need an additional attribute as well, in this case it’s force. You will write it in this way:
Gpupdate [/target:{computer|user}] [/force] [/wait:value]
What the force keyword does is that it reapplies all the settings of the computers. The versions of the GPOs applied to that computer are tracked, and, if none of them change, the optimization is overridden and the group policy engine reprocesses all policy information.