- 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:

推薦閱讀
- Vue.js 3.x快速入門
- Getting Started with ResearchKit
- 騰訊iOS測試實踐
- Practical Data Science Cookbook(Second Edition)
- 程序員數學:用Python學透線性代數和微積分
- Python網絡爬蟲從入門到實踐(第2版)
- 算法精粹:經典計算機科學問題的Python實現
- Linux網絡程序設計:基于龍芯平臺
- Elastic Stack應用寶典
- 實戰Java高并發程序設計(第3版)
- Getting Started with NativeScript
- 軟件品質之完美管理:實戰經典
- Arduino電子設計實戰指南:零基礎篇
- Modernizing Legacy Applications in PHP
- Three.js權威指南:在網頁上創建3D圖形和動畫的方法與實踐(原書第4版)