- 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.
推薦閱讀
- GitLab Cookbook
- 數據庫系統教程(第2版)
- Kubernetes實戰
- ASP.NET Core Essentials
- Learning Bayesian Models with R
- C語言最佳實踐
- PHP 編程從入門到實踐
- The DevOps 2.4 Toolkit
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- 表哥的Access入門:以Excel視角快速學習數據庫開發(第2版)
- Building RESTful Python Web Services
- Android系統級深入開發
- Getting Started with Eclipse Juno
- 精通MySQL 8(視頻教學版)
- ASP.NET 4.0 Web程序設計