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

推薦閱讀
- Oracle 11g從入門到精通(第2版) (軟件開發視頻大講堂)
- Vue.js快速入門與深入實戰
- 深入淺出Windows API程序設計:編程基礎篇
- Python編程與幾何圖形
- The Complete Coding Interview Guide in Java
- FPGA嵌入式項目開發實戰
- Java Web開發實例大全(基礎卷) (軟件工程師開發大系)
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器
- C++程序設計
- 讓Python遇上Office:從編程入門到自動化辦公實踐
- Manage Your SAP Projects with SAP Activate
- Learning Puppet
- Unity Certified Programmer:Exam Guide
- 開源心法
- Twitter Bootstrap Web Development How-to