- PowerShell for Office 365
- Martin Machado Prashant G Bhoyar
- 95字
- 2021-07-02 18:50:42
Checking license availability
Once we have verified that the user has the correct role assigned, as a best practice check whether you have the license available. This step is not required if you are just creating the users but not assigning the license.
When we create a new account in Office 365, the account will not count against the subscription until we assign the license.
To check the available licenses, use the following PowerShell Cmdlet:
Get-MsolAccountSku
The following screenshot shows the output for the preceding command:

ActiveUnits will give you information about the available licenses.
推薦閱讀
- DB2 V9權威指南
- arc42 by Example
- C# 從入門到項目實踐(超值版)
- 程序員考試案例梳理、真題透解與強化訓練
- CouchDB and PHP Web Development Beginner’s Guide
- Redis Essentials
- GameMaker Programming By Example
- Extending Puppet(Second Edition)
- Webpack實戰:入門、進階與調優
- C++寶典
- Access 2010中文版項目教程
- Managing Microsoft Hybrid Clouds
- STM8實戰
- 你真的會寫代碼嗎
- Learning WordPress REST API