Code: Alles auswählen
$EOAdminCred = Get-Credential
Code: Alles auswählen
$EOAdminSession = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $EOAdminCred -Authentication Basic -AllowRedirection
Code: Alles auswählen
Import-PSSession $EOAdminSession
Code: Alles auswählen
Set-RemoteDomain Default -TNEFEnabled $false
Code: Alles auswählen
Remove-PSSession $EOAdminSession