A few steps to enable management of your Office 365 subscription using Powershell. One uses Powershell because not all configuration is available through the Office 365 Portal, and it's also useful for automation.
Note that the old method of installing the Azure Active Directory Module is deprecated. The only supported way is to install the cmdlets directly through Powershell, as described below.
UPDATE (2018-07-09): removed all deprecated information.
UPDATE (2016-04-20): updated links and information.
Install-Module MSOnline
After the installation, the necessary cmdlets will become available.
To actually make a connection, start the Windows Azure AD Powershell:
Connect-MsolService
This will allow you to manage all things Office365 related, but not Exchange Online.
There are currently two methods. It is highly recommended to use the supported method, but if for reason, it is not possible, you can use the deprecated method on the condition the account you use to connect does not have MFA enabled.
« ‹ | November 2024 | › » | ||||
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |