L1BIO 09.02.01ISO A.9.2.1CIS Windows - Guest account
Intune: Ensure Guest Account Status Is Disabled
📅 2025-10-30
•
⏱️ 2 minuten lezen
•
🔴 Must-Have
💼 Management Samenvatting
Ensure Guest account status is disabled - verify Guest account cannot be enabled (duplicate of 'guest-account-disabled' maar explicit verification).
Aanbeveling
IMPLEMENT
Risico zonder
Medium
Risk Score
5/10
Implementatie
2u (tech: 1u)
Van toepassing op:
✓ Windows 10 ✓ Windows 11
Guest account verification: Default: Guest disabled (Windows 10+), BUT: Can be manually enabled (local admin OR malware), This policy: ENFORCES disabled (prevents enabling), Defense in depth: 'guest-account-disabled' + this policy = double check (Guest CANNOT be enabled). Compliance: CIS requires explicit verification (not just recommendation).
PowerShell Modules Vereist
Primary API: Microsoft Graph API Connection:Connect-MgGraph Required Modules: Microsoft.Graph.DeviceManagement
Implementatie
Ensure Guest disabled: Policy: Accounts: Guest account status: Disabled (enforced), Effect: Guest account CANNOT be enabled (policy blocks attempts), Verification: Intune compliance report (Guest status = disabled on all devices).
Vereisten
Intune subscription
Windows 10/11
Implementatie
Intune Settings Catalog: Local Policies Security Options → Accounts: Guest account status: Disabled (enforced). Compliance: Verify Guest disabled on all devices.
Compliance
CIS Windows Benchmark L1 (enforced), BIO 09.02, ISO 27001 A.9.2.1.
Monitoring
Gebruik PowerShell-script accounts-enable-guest-account-status-is-set-to-disabled.ps1 (functie Invoke-Monitoring) – Controleren.
Remediatie
Gebruik PowerShell-script accounts-enable-guest-account-status-is-set-to-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).