We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies. More info.
Forced Group Policy Update Official
# Force update on remote machine silently Invoke-Command -ComputerName WS-123 -ScriptBlock Start-Process gpupdate.exe -ArgumentList "/force","/wait:0" -NoNewWindow