- 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.
推薦閱讀
- 算法訓(xùn)練營:入門篇(全彩版)
- Dependency Injection in .NET Core 2.0
- BeagleBone Media Center
- Building a Recommendation Engine with Scala
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- 焊接機(jī)器人系統(tǒng)操作、編程與維護(hù)
- Linux:Embedded Development
- LabVIEW虛擬儀器入門與測控應(yīng)用100例
- 一覽眾山小:ASP.NET Web開發(fā)修行實(shí)錄
- 面向?qū)ο蠓治雠c設(shè)計(jì)(第3版)
- Practical Time Series Analysis
- 軟件自動(dòng)化測試實(shí)戰(zhàn)解析:基于Python3編程語言
- Learning C# by Developing Games with Unity 3D Beginner's Guide
- Yii框架深度剖析
- Kudu:構(gòu)建高性能實(shí)時(shí)數(shù)據(jù)分析存儲(chǔ)系統(tǒng)