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}
Martin Rublik
Apr 29, 2019Brass Contributor
Teijo Hämäläinen I would try following Get-MsolUser -All | ?{-not $_.lastdirsynctime}
Teijo Hämäläinen
May 08, 2019Copper Contributor