L1BIO 09.02.01ISO A.9.2.1CIS Windows - Guest account
Intune: Schakel Uit Guest Account
π 2025-10-30
β’
β±οΈ 2 minuten lezen
β’
π΄ Must-Have
πΌ Management Samenvatting
Schakel uit Windows Guest account - voorkomt unauthorized local access (Guest = no password, limited permissions maar security risk).
Aanbeveling
IMPLEMENT
Risico zonder
Medium
Risk Score
5/10
Implementatie
2u (tech: 1u)
Van toepassing op:
β Windows 10 β Windows 11
Guest account = attack vector: Default: Disabled (Windows 10+), maar kan worden enabled, No password: Anyone can login as Guest (physical access = immediate access), Limited permissions: Cannot install software, maar CAN browse files/network, Privilege escalation: Guest β exploit local vulnerability β SYSTEM. Attack: Physical access β login as Guest β USB malware β privilege escalation.
PowerShell Modules Vereist
Primary API: Microsoft Graph API Connection:Connect-MgGraph Required Modules: Microsoft.Graph.DeviceManagement
Implementatie
Schakel uit Guest: Policy: Guest account status = Disabled, Effect: Guest account cannot login (grayed out on login screen), Exception: NONE (no legitimate business use voor Guest accounts in enterprise).
CIS Windows Benchmark L1, BIO 09.02, ISO 27001 A.9.2.1.
Monitoring
Gebruik PowerShell-script guest-account-disabled.ps1 (functie Invoke-Monitoring) β Controleren.
Remediatie
Gebruik PowerShell-script guest-account-disabled.ps1 (functie Invoke-Remediation) β Herstellen.
Compliance & Frameworks
CIS M365: Control Windows - Guest account (L1) -
BIO: 09.02.01 -
ISO 27001:2022: A.9.2.1 -
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).