2 lines
104 B
PowerShell
2 lines
104 B
PowerShell
Try { Start-Process "gpupdate" -ArgumentList '/force' -Wait }
|
|
Catch { Write-Error $_.Exception.Message } |