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