- 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.
推薦閱讀
- 解構(gòu)產(chǎn)品經(jīng)理:互聯(lián)網(wǎng)產(chǎn)品策劃入門寶典
- R語(yǔ)言經(jīng)典實(shí)例(原書第2版)
- Game Programming Using Qt Beginner's Guide
- Instant Zepto.js
- 人臉識(shí)別原理及算法:動(dòng)態(tài)人臉識(shí)別系統(tǒng)研究
- Learning Laravel 4 Application Development
- Mathematica Data Analysis
- C語(yǔ)言程序設(shè)計(jì)上機(jī)指導(dǎo)與習(xí)題解答(第2版)
- SQL基礎(chǔ)教程(第2版)
- Java程序員面試筆試寶典(第2版)
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)教程(Windows 7+Office 2010)
- INSTANT Silverlight 5 Animation
- Instant Zurb Foundation 4
- Clojure High Performance Programming(Second Edition)
- 從零開(kāi)始學(xué)UI:概念解析、實(shí)戰(zhàn)提高、突破規(guī)則