Files
docs/operations/reference/powershell/general-purpose/force-gpupdate-domain-wide.md
2026-01-28 20:41:51 -07:00

267 B

tags
tags
Group Policy
PowerShell
Scripting
$computers = Get-ADComputer -Filter * -SearchBase "OU=Computers,DC=bunny-lab,DC=io"
$computers | ForEach-Object -Process {Invoke-GPUpdate -Computer $_.name -RandomDelayInMinutes 0 -Force}