Summary: Using PowerShell to identify users who are Synchronized to AzureAD but not yet licensed
Hey, Doctor Scripto!
I’d love to be able to identify users Synchronized to AzureAD that haven’t yet had their licenses assigned. Help a friend out?
No problem at all! You can target that information with two parameters in the Get-Msoluser Cmdlet!
Get-MsolUser -UnlicensedUsersOnly -Synchronized
PowerShell, Doctor Scripto, PowerTip, AzureAD
The post PowerTip: Identify Synchronized AzureAD accounts without a License assigned appeared first on Scripting Blog.