This commit is contained in:
2021-06-07 08:13:30 -04:00
parent dfda2a6ae1
commit 584fbbc40d
4 changed files with 7 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
Try { Start-Process "gpupdate" -ArgumentList '/force' -Wait }
Catch { LogErr $_.Exception.Message }