- PowerShell for Office 365
- Martin Machado Prashant G Bhoyar
- 179字
- 2021-07-02 18:50:41
Installing the Windows Azure Active Directory Module for PowerShell
The next step is to install the Windows Azure Active Directory Module for PowerShell. You may be wondering why we need to install the Azure Active Directory Module for PowerShell. The reason is every Office 365 tenant gets Azure Active Directory by default, and Microsoft stores the user information in Azure Active Directory. To execute PowerShell cmdlets for Office 365, we first need to authenticate against the Azure Active Directory.
Let's install the Windows Azure Active Directory Module for PowerShell:
- Download the 64-bit setup from http://go.microsoft.com/fwlink/p/?linkid=236297:

- After successful installation of the setup, you may find a shortcut named Windows Azure Active Directory Module for Windows PowerShell on the desktop.
- If the shortcut is not present, either search for Windows Azure Active Directory in the Start menu, or locate it in the installed programs, and launch the Windows Azure Active Directory Module application.
- We can also use the following PowerShell cmdlet to verify the installation:
Get-Module | Select-Object Name, Path
- If you see the MSOnline module, then the installation is successful:

推薦閱讀
- Mastering NetBeans
- Learning C# by Developing Games with Unity 2020
- 程序員面試白皮書
- Python語言程序設計
- MongoDB for Java Developers
- 小程序,巧運營:微信小程序運營招式大全
- 表哥的Access入門:以Excel視角快速學習數據庫開發(第2版)
- Java系統化項目開發教程
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- Serverless Web Applications with React and Firebase
- C++程序設計教程
- Backbone.js Testing
- C Primer Plus(第6版)中文版【最新修訂版】
- Learning Shiny
- Unity 5 Game Optimization