Add Scripts/Powershell/General Purpose/Force GPUpdate Domain-Wide.md
This commit is contained in:
@ -0,0 +1,4 @@
|
|||||||
|
``` powershell
|
||||||
|
$computers = Get-ADComputer -Filter * -SearchBase "OU=Computers,DC=bunny-lab,DC=io"
|
||||||
|
$computers | ForEach-Object -Process {Invoke-GPUpdate -Computer $_.name -RandomDelayInMinutes 0 -Force}
|
||||||
|
```
|
Reference in New Issue
Block a user