Use PowerShell to Explore Office 365

Use PowerShell to Explore Office 365

  1. Type Connect-MsolService
  2. Enter your office 365 credentials.
  3. Type Get-Command -Module MSOnline to see all available commands.

Examples:

To see your package and licenses:

PS C:\Users\guy.naftaly> Get-MsolAccountSku |ft -AutoSize

 

AccountSkuId         ActiveUnits WarningUnits ConsumedUnits

————         ———– ———— ————-

xxxxxxx:MIDSIZEPACK 61          0            44