- PowerShell for Office 365
- Martin Machado Prashant G Bhoyar
- 125字
- 2021-07-02 18:50:41
Creating the first user account in PowerShell
If you have an account in Office 365 (even if there is no license assigned to it), using that account you can connect to Office 365 using PowerShell. The operations or cmdlets that you can execute vary depending on the permissions and licenses assigned to that account.
PowerShell cmdlets for Office 365 use the following pattern:
<Verb>-Msol<noun>
For example, take a look at this:
Get-MsolUser
Here, MSOL = Microsoft Online.
To find out about all the commands, use Get-Command *Msol*.
Once the connection is established successfully, let's create a new user account. To create the user account, the account that we will be using needs to be part of the global administrator role or the user management role.
推薦閱讀
- Microsoft Exchange Server PowerShell Cookbook(Third Edition)
- Instant Typeahead.js
- INSTANT Mercurial SCM Essentials How-to
- Redis Essentials
- 單片機應(yīng)用與調(diào)試項目教程(C語言版)
- Oracle Exadata專家手冊
- Lighttpd源碼分析
- Building Serverless Architectures
- Principles of Strategic Data Science
- MySQL 8從零開始學(xué)(視頻教學(xué)版)
- Kotlin進階實戰(zhàn)
- Groovy 2 Cookbook
- 算法精解:C語言描述
- Java EE程序設(shè)計與開發(fā)實踐教程
- Building Clouds with Windows Azure Pack