ネットワークにActive Directoryフォレストが含まれています。フォレストには、contoso.comおよびadatum.comという名前の2つのドメインが含まれています。 会社は最近Microsoft 365サブスクリプションを購入しました。 フェデレーションIDソリューションを環境に展開します。 次のコマンドを使用して、フェデレーション用にcontoso.comを構成します。 Convert-MsolDomaintoFederated -DomainName contoso.com Microsoft 365テナントでは、管理者がadatum.comドメイン名を追加および検証します。 フェデレーション認証用にadatum.com Active Directoryドメインを構成する必要があります。 Azure AD Connectウィザードを実行する前に実行する必要がある2つのアクションはどれですか?それぞれの正解はソリューションの一部を示しています。 注:それぞれの正しい選択には1ポイントの価値があります。
正解:A,E
Explanation When the Convert-MsolDomaintoFederated -DomainName contoso.com command was run, a relying party trust was created. Adding a second domain (adatum.com in this case) will only work if the SupportMultipleDomain switch was used when the initial federation was configured by running the Convert-MsolDomaintoFederated -DomainName contoso.com command. Therefore, we need to start again by removing the relying party trust then running the Convert-MsolDomaintoFederated command again with the SupportMultipleDomain switch.