Skip to content

Instantly share code, notes, and snippets.

@nervouswiggles
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nervouswiggles/a8b0a988a861bd377b92 to your computer and use it in GitHub Desktop.
Save nervouswiggles/a8b0a988a861bd377b92 to your computer and use it in GitHub Desktop.
Powershell command used to search for the active SKUs as well as the number of active units available. Check out https://technicalconfessions.com/posts.php?post_id=408
Get-MsolAccountSku | Format-Table AccountSkuId, ActiveUnits
AccountSkuId ActiveUnits
------------ -----------
technicalconfessionsdev:STANDARDWOFFPACK_IW_F... 500000
technicalconfessionsdev:STANDARDWOFFPACK_STUDENT 1010
technicalconfessionsdev:STANDARDWOFFPACK_IW_S... 1000000
technicalconfessionsdev:STANDARDWOFFPACK_FACULTY 1010
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment