Office 365
Jump to navigation
Jump to search
Exchange Online
Powershell
- Connect to Exchange Online:
$LiveCred = Get-Credential
- Login to Organization:
Username & Password
- Run the following:
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic -AllowRedirection
- Run the following:
Import-PSSession $Session