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
2a56e9bd84c0159cfc03899947bb64ffae686772
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