Connect to Office 365 using PowerShell
Step 1: Install
required software
These
steps are required once on your computer, not every time you connect. However,
you'll likely need to install newer versions of the software periodically.
1.
Install the 64-bit version of the Microsoft Online
Services Sign-in Assistant: Microsoft Online
Services Sign-in Assistant for IT Professionals RTW.
2.
Install the 64-bit version of the Windows Azure
Active Directory Module for Windows PowerShell: Windows Azure Active
Directory Module for Windows PowerShell (64-bit version).
Step 2: Open the
Windows Azure Active Directory Module
1.
Find and open the Windows Azure Active Directory
Module for Windows PowerShell by using one of the following methods based on
your version of Windows:
o Start
menu On the Start menu, enter Azure in
the Search
programs and files box.
o No
Start menu Search for Azure using
any of these methods:
o On
the Start screen, click an empty area, and type Azure.
o On
the desktop or the Start screen, press the Windows key+Q. In the Search charm,
type Azure.
o On
the desktop or the Start screen, move your cursor to the upper-right corner, or
swipe left from the right edge of the screen to show the charms. Select the
Search charm, and enter Azure.
2.
In the results, select Windows Azure Active Directory Module for Windows PowerShell.
Or
you can start -à
Powershell ISE
Step 3: Connect to
your Office 365 subscription
1. In
the Windows Azure
Active Directory Module for Windows PowerShell, run the
following command.
2. $Cred = Get-Credential
In the Windows
PowerShell Credential Request dialog
box, type your Office 365 work or school account user name and password,
and then click OK.
3. Run
the following command.
4.
Connect-MsolService -Credential $Cred
5. Import-Module MSOnline
6. Set-ExecutionPolicy RemoteSigned -Force
7. $Session = New-PSSession -ConfigurationName
Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/
`
-Credential
$Cred -Authentication
Basic -AllowRedirection
8. Import-PSSession $Session -AllowClobber
No comments:
Post a Comment