Can Someone Tell A Command To Force Group Policy Update?

Asked By 0 points N/A Posted on -
qa-featured

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?

SHARE
Answered By 2105 points N/A #100836

Can Someone Tell A Command To Force Group Policy Update?

qa-featured

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.

Related Questions