Could you please tell how to get the list of all/unlicensed/licensed users from a specific Active Directory group? I’m guessing that I need to pipe ‘Get-MsolGroupMember’ to (or vice versa) ‘Get-MsolUser’ to get the list of all users from AD group?
Additional request, if the user in AD group Office 365 licensed already I would like to know subscriptions and which services within that subscription he/she can use?
Thanks