Hi Guys,
I am trying PowerShell to see what users have no license for 0365 in the customers tenants.
This is easy enough as I can use:
Get-MsolUser - All
However this gives me also the list of shared mailbox's which doesn't require a license.
I had a look and try to find a way to filter out shared mailbox but can't see a way.
Has anyone done this before or has any tips on how I can do this?
Thanks