Categories: Uncategorized
Connect to Office 365 Powershell
Post date:
Author: admin
123$session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri "https://outlook.office365.com/powershell-liveid/" -Credential $cred -Authentication Basic -AllowRedirection Import-PSSession $session