Microsoft ExchangeOnlineテナントとServer1という名前のオンプレミスのExchangeServer2019サーバーを含むハイブリッド展開があります。すべてのユーザーは、@ contoso.comの電子メールアドレスサフィックスを使用します。
Exchange PowerShellコマンドレットを使用して、200個のメールボックスをServer1からExchangeOnlineに移行します。 Server1でホストされているユーザーは、移行されたメールボックスに電子メールメッセージを送信できます。
Microsoft 365では、user1 @ contoso.comの電子メールアドレスを使用する新しいメールボックスを作成します。
Server1でホストされているメールボックスから
[email protected]に電子メールが送信されると、送信者は次のテキストを含む配信不能レポート(NDR)を受信します。
"550 5.1.10RESOLVER.ADR.RecipientNotFound;受信者がSMTPアドレスルックアップで見つかりません。" Microsoft365メールボックスが
[email protected]に電子メールを正常に送信できることを確認します。
User1のユーザーアカウントとメールボックスを削除します。
新しいメールボックスが作成されたときに、会社のすべてのユーザーが正常に電子メールを交換できることを確認する必要があります。実行する必要がある2つのアクションはどれですか。それぞれの正解は完全な解決策を提示します。
注:正しい選択はそれぞれ1ポイントの価値があります。
正解:B,D
The problem happens because the on-premise Exchange server is not aware of the existence of the mailbox created in Exchange Online. To prevent this happening, new mailboxes need to be created from the on-premise Exchange server.
You can create on Exchange Online mailbox from the on-premise server by running New-RemoteMailbox cmdlet. Alternatively, you can create a local mailbox on the on-premise server and then migrate the mailbox to Exchange Online.