Skip to content
Categories:

Connect to Office 365 Powershell

Post date:
Author:
1
2
3
$session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri "https://outlook.office365.com/powershell-liveid/" -Credential $cred -Authentication Basic -AllowRedirection

Import-PSSession $session