This website requires JavaScript.
Explore
Help
Sign In
emberkom
/
management-scripts
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
ea77a6f7ee260cd7b689a08ce975ccdee21b218e
management-scripts
/
Fix-GroupPolicyUpdate.ps1
T
2 lines
99 B
PowerShell
Raw
Normal View
History
Unescape
Escape
updates
2021-06-07 08:13:30 -04:00
Try
{
Start-Process
"gpupdate"
-ArgumentList
'/force'
-Wait
}
Catch
{
LogErr
$_
.
Exception
.
Message
}
Reference in New Issue
Copy Permalink