I want to grab some knowledge about force a group policy update on remote computers.

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

Hello. I want to update the group policy on remote computers. So, please give me the knowledge to force a group policy update on remote computers. Thanks in advance.

SHARE
Best Answer by
Answered By 0 points N/A #330055

I want to grab some knowledge about force a group policy update on remote computers.

qa-featured

Hello. The update of group policy is done every 90 minutes in the background by your system. If you want to make some changes in Group Policy Objects (GPOs) and at that time, you want that change immediately. So, following are the methods to force a group policy update on remote computers:

  • We can use the gpupdate command with PsExec to force a group policy update on remote computers.
  • By using a group policy management console, we can force a group policy update on remote computers.
  • With the help of Powershell invoke –GPUpdate, we can force a group policy update on remote computers.

Note: Method 1 is for the user who is using older versions. And rest of the methods are for the system running 2012 and later.

Related Questions