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
b3b380f762b33fbb998a62cee167235d04394c8a
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