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