Monday, January 14, 2019

Powershell command to run gpupdate /force remotely

Powershell command to run gpupdate /force remotely

Invoke-Command -ComputerName XXXXXXX -ScriptBlock {Gpupdate /force}

No comments:

Post a Comment