πΌ Management Samenvatting
Configureer Intune om apparaten ZONDER compliance policy automatisch als non-compliant te markeren, waardoor onbeheerde devices geen toegang krijgen tot corporate resources.
β Device Management
Standaard Intune behavior: Apparaten zonder compliance policy is COMPLIANT (permissive). Dit is GEVAARLIJK: Newly enrolled devices zonder policies krijgen immediate access, Forgotten devices zonder policy assignments blijven toegang houden, Configuration errors (policy niet assigned) blijven onopgemerkt, nul Trust principe violation (Verifieer voordat trust). Setting 'Mark devices met no compliance policy as NON-COMPLIANT' enforceert: Explicit policy requirement - ALLE devices MOETEN compliance policy hebben, Fail-safe - Misconfiguration resulteert in blocked access (safe), nul Trust alignment - geen toegang Totdat proven compliant. Real-world scenario zonder deze setting: New device enrolls in Intune, Admin vergeet compliance policy toe te wijzen, Device heeft NO security baseline (geen versleuteling check, geen wachtwoordbeleid, geen jailbreak detectie), Device krijgt immediate access tot Exchange, SharePoint, Teams, Compliance gap blijft onopgemerkt totdat audit. Met deze setting: Same scenario maar device marked non-compliant, voorwaardelijke toegang Blokkeert access, Admin receives alert over non-compliant device, Compliance policy wordt toegewezen, Device compliant, access granted. Fail-safe instead of fail-open.
Connection:
Connect-MgGraphRequired Modules: Microsoft.Graph.DeviceManagement
Implementatie
Intune tenant-wide setting: 'Mark devices met no compliance policy assigned as' is NON-COMPLIANT. Location: Intune β Devices β Compliance policies β Compliance policy settings. Effect: enige device enrolled in Intune Zonder assigned compliance policy is automatisch non-compliant, Conditional Access beleidsregels die compliance vereisen blokkeren access, Forces administrators to assign policies to alle enrolled devices, voorkomt configuration gaps.
- Microsoft Intune admin center β Apparaten β Compliance-beleid β Instellingen compliance-beleid
- Setting: 'Apparaten zonder toegewezen compliance-beleid markeren als' is Niet-compatibel
- Klik Opslaan
- KRITIEK: Verifieer ALLE enrolled devices hebben compliance policy assigned VOORDAT deze setting ingeschakeld
- Anders: Legitimate devices worden geblokkeerd
- Inventory: Intune β Devices β alle devices β Export list
- Check: Welke devices hebben GEEN compliance policy assigned?
- Action: Assign compliance policies aan alle devices FIRST
- Verify: nul devices zonder policy
- THEN: Schakel in 'Mark as non-compliant' setting
- monitor: Controleer geen legitimate devices blocked
Vereisten
- Microsoft Intune subscription
- Compliance policies defined voor alle platformen (Windows, iOS, Android, macOS)
- Policy assignment plan: welke policies voor welke device groups?
- Conditional Access beleidsregels die device compliance vereiste gebruiken
- monitoring: Alert op non-compliant devices
Implementatie
Gebruik PowerShell-script devices-without-policy-noncompliant.ps1 (functie Invoke-Monitoring) β Verificatie dat tenant setting correct geconfigureerd is.
Handmatige configuratie via Intune:
- Microsoft Intune admin center β Apparaten β Compliance-beleid β Instellingen compliance-beleid
- Setting: 'Apparaten zonder toegewezen compliance-beleid markeren als' is Niet-compatibel
- Klik Opslaan
- KRITIEK: Verifieer ALLE enrolled devices hebben compliance policy assigned VOORDAT deze setting ingeschakeld
- Anders: Legitimate devices worden geblokkeerd
Pre-implementation verificatie (BELANGRIJK):
- Inventory: Intune β Devices β alle devices β Export list
- Check: Welke devices hebben GEEN compliance policy assigned?
- Action: Assign compliance policies aan alle devices FIRST
- Verify: nul devices zonder policy
- THEN: Schakel in 'Mark as non-compliant' setting
- monitor: Controleer geen legitimate devices blocked
monitoring
Gebruik PowerShell-script devices-without-policy-noncompliant.ps1 (functie Invoke-Monitoring) β CRITICAL Controleer - Verifieer setting ingeschakeld en geen devices zonder policy.
Dagelijkse monitoring:
- Intune β Devices β monitoren β Noncompliant devices
- Filter: Devices zonder policy (zou moeten zijn ZERO)
- Alert: enige device zonder policy is immediate assignment vereist
- Weekly: Verifieer alle enrolled devices hebben assigned policies
- New enrollments: Automated policy assignment via dynamic groups
Remediatie
Gebruik PowerShell-script devices-without-policy-noncompliant.ps1 (functie Invoke-Remediation) β Herstellen.
Als devices zonder policy gevonden:
- Identify: Welke devices hebben geen policy? (Intune β Devices β filter)
- Determine: Welk platform? (Windows/iOS/Android/macOS)
- Assign: Appropriate compliance policy voor platform
- Verify: Device compliance evaluation triggered (sync device)
- Check: Device nu compliant? (policy requirements met)
- Document: Waarom was policy niet assigned? (proces gap?)
Compliance en Auditing
Deze control draagt bij aan compliance met:
- CIS Microsoft 365 Benchmark - Device management controls
- Zero Trust Architecture - Verifieer voordat trust (no implicit trust)
- BIO 12.06 - Apparaatbeveiliging (alle apparaten moeten beveiligingseisen voldoen)
- ISO 27001:2022 A.8.1 - User endpoint devices (security requirements)
- ISO 27001:2022 A.8.9 - configuratiebeheer (all devices managed)
- NIS2 Artikel 21 - Security measures (managed endpoint requirement)
Compliance & Frameworks
- BIO: 12.06.01 - Apparaatbeveiliging - alle devices moeten security baseline voldoen
- ISO 27001:2022: A.8.1, A.8.9 - User endpoint devices en configuratiebeheer
- NIS2: Artikel - Managed endpoint security requirement
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).
Risico zonder implementatie
Management Samenvatting
KRITIEK: Configureer 'Apparaten zonder policy is Non-compliant'. nul Trust fail-safe - GEEN access zonder verified compliance. Voorkomt configuration gaps en onbeheerde device access. Voldoet aan BIO 12.06, ISO 27001 A.8.1, nul Trust principles. Implementatie: 1-3 uur (Verifieer alle devices hebben policy FIRST, dan Schakel in setting).
- Implementatietijd: 3 uur
- FTE required: 0.02 FTE