Forum Discussion
Teijo Hämäläinen
Apr 29, 2019Copper Contributor
How to list users synced from onprem AD and cloud-only users?
Hello guys! I was tasked to list users synced from onprem AD and cloud only users I have downloaded and imported AzureAD PS module 2.0.2.16 Azure portal shows several users with source 'A...
- Apr 29, 2019
Teijo Hämäläinen I would try following Get-MsolUser -All | ?{-not $_.lastdirsynctime}
David_Richard
Oct 09, 2023Brass Contributor
You need to use the new Microsoft Graph PowerShell SDK to retrieve this information.
The below article has a script that will export that information and much more:
https://www.alitajran.com/export-azure-ad-users-to-csv-powershell/