ネットワークには、contoso.com という名前の単一ドメインの Active Directory Domain Services (AD DS) フォレストが含まれています。フォレストには、次の表に示すサーバーが含まれています。

Server1 に基幹業務 (LOB) アプリケーションをインストールする予定です。アプリケーションは、カスタム Windows サービスをインストールします。
新しい企業セキュリティ ポリシーでは、すべてのカスタム Windows サービスをグループ管理サービス アカウント (gMSA) のコンテキストで実行する必要があると規定されています。ルート キーを展開します。
新しいアプリケーションで使用される gMSA を作成、構成、およびインストールする必要があります。
どの 2 つのアクションを実行する必要がありますか? 各正解は、ソリューションの一部を示しています。
注: それぞれの正しい選択は 1 ポイントの価値があります
正解:A,B
We need to: create, configure, and install the gMSA that will be used by the new application.
The Set-ADComputer cmdlet modifies the properties of an Active Directory computer object.
Install-ADServiceAccount Reference Feedback Module: ActiveDirectory Installs an Active Directory managed service account on a computer or caches a group managed service account on a computer.
Reference:
https://docs.microsoft.com/en-us/windows-server/security/group-managed-service- accounts/getting-started-with-group-managed-service-accounts