354 B
354 B
Verbindung mit Exchange Online PowerShell
Sonntag, 14. Januar 2018
16:48
$UserCredential = Get-Credential
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection
Import-PSSession $Session