Exchange Server 2019

Exchange Anmeldung mit und ohne MFA

Authentifizierung mit Multi-Faktor und ohne

Anmeldung an Exchange Online mit MFA:

Connect-EXOPSSession -UserPrincipalName mail@joernwalter.de

Get-Mailbox -ResultSize unlimited | ? {$_.RecipientTypeDetails -eq “UserMailbox”} | Get-MailboxRegionalConfiguration

Exchange Authentifizierung mit Multi-Faktor

Anmeldung an Exchange Online ohne MFA:

$userdaten = Get-Credential

$sitzung = New-PSSession -ConfigurationName Microsoft.Exchange `
-ConnectionUri `
-Credential $userdaten -Authentication Basic -AllowRedirection

Import-PSSession $sitzung

Exchange 2016 Blacklist