Files
management-scripts/Fix-GroupPolicyUpdate.ps1
T
2021-06-07 08:13:30 -04:00

2 lines
99 B
PowerShell

Try { Start-Process "gpupdate" -ArgumentList '/force' -Wait }
Catch { LogErr $_.Exception.Message }