gpupdate
How can I send the command to force a Group Policy Update followed by a reboot (gpupdate /force /sync boot) to multiple computers? As a Script with the command in a batch file it is successfully sent but doesn't happen.
0 Comments
[ + ] Show comments
Answers (9)
Please log in to answer
Posted by:
airwolf
14 years ago
Posted by:
RichB
14 years ago
Posted by:
RichB
14 years ago
Posted by:
airwolf
14 years ago
Posted by:
GillySpy
14 years ago
Posted by:
RichB
14 years ago
It seems the answer to my original problem was that when the gpupdate is sent by KBOX as System there's not an Active Directory User Profile to be updated. The gpupdate command assumes user and computer policies. The error message is about a file not found. The command can be tailored to updating computer policies only and now this Kscript works great:
%WINDIR%\System32\gpupdate.exe /force /target:computer /sync /boot
Posted by:
GillySpy
14 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.