Event banner
Cloud attach vs. cloud only: the debate
Event Ended
Monday, Oct 24, 2022, 09:00 AM PDTEvent details
Are you planning a new Microsoft Intune deployment? Are you wondering if you need Configuration Manager? Join Danny and Steve for a special edition of Unpacking Endpoint Management as they breakdown ...
Heather_Poulsen
Updated Oct 28, 2022
Heero
Oct 24, 2022Copper Contributor
Why do we still have duplicates in Azure after successfully Hybrid AzureAD joined our on-prem devices? (the duplicates are usually as AzureAD registered). mind you these devices are newer OS versions like 21H1 and so on? some of these duplicates also found in intune. what is the best way to detect and remove the azuread registered ones and keep only thew hybrid azuread joined ones.
- Paul_WoodwardOct 24, 2022Iron Contributorpowershell. off the top of my head you'd do Get-AzureADDevice | select deviceid | where (xxxxx) | sort lastseen - then use remove-AzureADDevice for the dupes you don't want. I think the jointype is different?