Find-IntuneOrphan
What's assigned to nothing — or broken?
Scan the whole tenant for assignment hygiene problems: dead config, empty and deleted target groups, include/exclude collisions, and mixed device/user targeting.
PS> Find-IntuneOrphan
BrokenGroupReference High Old CRM (targets a deleted group)
IncludeExcludeCollision High Legacy VPN Profile (included AND excluded)
EmptyTarget Warning Kiosk Lockdown (empty group)
Get-IntuneTarget
What applies to this device — and why?
Resolve every policy, app and script that targets a device or user, with the exact group path that causes each — through nesting, filters and include/exclude.
PS> Get-IntuneTarget -Identity DEV-FIN-01
Workload Status Via
Win11 Security Baseline Applies DEV-FIN-01 -> SG-Finance -> SG-AllStaff
Win Compliance AppliesPreFilter DEV-FIN-01 -> All Devices (F-CorpOwned)
LOB Finance App Applies DEV-FIN-01 -> SG-Finance
Get-IntuneBlastRadius
What breaks if I touch this group?
Preview the impact of a membership change before you make it — exactly which workloads a device or user gains or loses, resolved through nesting and exclusions.
PS> Get-IntuneBlastRadius -Group SG-Finance -WhatIfAddMember KIOSK-01
Adding 'KIOSK-01' to 'SG-Finance':
Gains 3 workload(s), loses 0.