Forum Discussion
Andy Kw
Feb 27, 2018Brass Contributor
How to know who has a pack?
I'm running the command below
Get-MsolAccountSku
And these are the results
PS C:\Users\KW> Get-MsolAccountSku
AccountSkuId ActiveUnits WarningUn...
- Feb 27, 2018
Get-MsolUser -ALL | Where { $_.Licenses.AccountSkuId -contains "avocarbon:STANDARDPACK" }
Robert Luck
Feb 27, 2018Iron Contributor
If you are interested in GUI tool, then give it a try to https://admindroid.com. The product provides you 100+ free reports on users, groups, licensing and has more excellent filtering capability.
Andy Kw
Feb 28, 2018Brass Contributor
Thanks Robert for the link.