Files

2 lines
104 B
PowerShell
Raw Permalink Normal View History

2021-06-07 08:13:30 -04:00
Try { Start-Process "gpupdate" -ArgumentList '/force' -Wait }
2023-10-05 13:17:18 -04:00
Catch { Write-Error $_.Exception.Message }