Disable Store-originated apps - blocks launching of apps installed from Microsoft Store (stricter than blocking Store access).
Aanbeveling
CONDITIONAL (high-security only)
Risico zonder
Low
Risk Score
3/10
Implementatie
7u (tech: 2u)
Van toepassing op:
β Windows 10 β Windows 11
Store app blocking layers: 'Turn off Store access': Users cannot BROWSE Store (maar existing Store apps still work), 'Disable Store-originated apps' (THIS control): Users cannot LAUNCH Store apps (apps grayed out, won't start), Strictest: Complete Store app blocking (existing + new). Use case: High-security environments (only Win32 apps via Intune allowed, zero UWP/Store apps). Defense in depth: Block Store access + block Store app launching = complete control.
PowerShell Modules Vereist
Primary API: Microsoft Graph API Connection:Connect-MgGraph Required Modules: Microsoft.Graph.DeviceManagement
Implementatie
Disable Store apps: Policy: Disable all apps from Microsoft Store: Enabled, Effect: ALL Store-originated apps refuse to launch (grayed out in Start menu), Win32 apps: Unaffected (Intune-deployed .exe/.msi work normally), Existing Store apps: Non-functional (cannot launch).
Vereisten
Windows 10/11
Intune subscription
High-security requirement
App strategy: Win32 only (no UWP/Store apps)
Testing: Verify no business-critical Store apps
Implementatie
Intune Settings Catalog: App Runtime β Disable all apps from Microsoft Store: Enabled. Effect: Store apps cannot launch. Win32 apps via Intune: Work normally.
Compliance
BIO 12.05 (Application control), ISO 27001 A.12.5.1, DISA STIG.
Monitoring
Gebruik PowerShell-script disable-store-originated-apps-is-set-to-enabled.ps1 (functie Invoke-Monitoring) β Controleren.
Remediatie
Gebruik PowerShell-script disable-store-originated-apps-is-set-to-enabled.ps1 (functie Invoke-Remediation) β Herstellen.
Compliance & Frameworks
BIO: 12.05.01 -
ISO 27001:2022: A.12.5.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).