- 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.
推薦閱讀
- Java語言程序設計
- Learning PostgreSQL
- Learning RabbitMQ
- Web Development with Django Cookbook
- 精通軟件性能測試與LoadRunner實戰(第2版)
- Python自然語言處理(微課版)
- Python數據可視化之Matplotlib與Pyecharts實戰
- Linux操作系統基礎案例教程
- INSTANT Django 1.5 Application Development Starter
- 單片機應用與調試項目教程(C語言版)
- Node.js Design Patterns
- Mastering C++ Multithreading
- Go語言開發實戰(慕課版)
- Orchestrating Docker
- 金融商業數據分析:基于Python和SAS