Forum Discussion

Andy Kw's avatar
Andy Kw
Brass Contributor
Feb 27, 2018
Solved

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...
  • Pablo R. Ortiz's avatar
    Feb 27, 2018
    Get-MsolUser -ALL | Where { $_.Licenses.AccountSkuId -contains "avocarbon:STANDARDPACK" }