zettelkasten/OneNoteExport/Technik/Powershell/Exchange 2016/00_Verbindung mit Exchange Online PowerShell.md
2023-08-17 19:32:37 +02:00

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