Where are scheduled task configurations stored within a GPO, and how often do clients refresh Group Policy?
The scheduled task XML definition is stored at `\\<domain>\SYSVOL\<domain>\Policies\{GPO-ID}\User\Preferences\ScheduledTasks\ScheduledTasks.xml`. By default, domain users refresh Group Policy every 90 minutes (with a random offset of 0‑30 minutes), while domain controllers refresh every 5 minutes. Clients can also be forced to refresh immediately with `gpupdate /force` or remotely via `Invoke-GPUpdate`.
SYSVOLScheduledTasks.xmlGroup Policy refreshgpupdateGPO storage location