Group Policy refresh interval bepaalt hoe vaak client devices nieuwe policy settings ophalen van domain controllers.
Aanbeveling
IMPLEMENT
Risico zonder
Low
Risk Score
2/10
Implementatie
0.5u (tech: 0.25u)
Van toepassing op:
β Windows 10 β Windows 11 β Windows Server
Standaard refresh interval is 90 minuten (met 0-30 min random offset). CIS verificeert dat deze Standaard maintained blijft. Te lange interval is policy changes worden traag doorgevoerd (security updates delayed). Te korte interval is excessive netwerkverkeer, DC load. 90 minuten is proven balance. Verification control - Zorg ervoor dat Standaard NIET is overschreven naar problematic value.
PowerShell Modules Vereist
Primary API: Group Policy / Intune Connection:Local Required Modules:
Implementatie
Verifieer GroupPolicyRefreshTime is 90 minuten (of absent is Standaard OK). Registry: HKLM:\SOFTWARE\Policies\Microsoft\Windows\System\GroupPolicyRefreshTime. Note: Voor Intune-only (niet domain-joined): Deze policy niet relevant - Intune heeft eigen sync intervals.
Standaard OK (90 min) - GEEN actie nodig
If overschreven: Reset to Standaard via GPO
Intune-only devices: Not applicable
Implementatie
Gebruik PowerShell-script group-policy-refresh-interval.ps1 (functie Invoke-Monitoring) β Verifieer GP refresh interval.
Standaard OK (90 min) - GEEN actie nodig
If overschreven: Reset to Standaard via GPO
Intune-only devices: Not applicable
Monitoring
Gebruik PowerShell-script group-policy-refresh-interval.ps1 (functie Invoke-Monitoring) β Controleren.
Registry check: GroupPolicyRefreshTime is 90 of absent
For hybrid environments only
Compliance en Auditing
CIS Windows Benchmark 18.9.36.1
configuratiebeheer best practices
Remediatie
Gebruik PowerShell-script group-policy-refresh-interval.ps1 (functie Invoke-Remediation) β Herstellen.
Compliance & Frameworks
CIS M365: Control 18.9.36.1 (L1) - GP refresh interval verification
Automation
Gebruik het onderstaande PowerShell script om deze security control te monitoren en te implementeren. Het script bevat functies voor zowel monitoring (-Monitoring) als remediation (-Remediation).