お客様のネットワークには、オンプレミスの Active Directory ドメインと Azure Virtual Desktop 環境が含まれています。すべてのセッション ホストのコンピューター アカウントは、WVDHostsOU という名前の組織単位 (OU) に属しています。すべてのユーザー アカウントは、CorpUsers という名前の OU に属しています。 ドメイン管理者は、ユーザー設定のみを含むPolicy1という名前のグループポリシーオブジェクト(GPO)を作成します。管理者はPolicy1をWVDHostsOUにリンクします。 ユーザーがセッションホストにサインインしても、Policy1の設定が一切適用されていないことがわかります。 ユーザーがセッションホストにサインインした際に、GPO設定を適用するには、どのような設定を行う必要がありますか?
正解:A
GPO loopback processing is a mechanism that allows user policy to takes effect only on certain computers. Normally, user policy is linked to the user OU and will be applied regardless of which computer the user is signed in. However in this case, user policy is linked to the computer OU and will not takes effect to the user when signed in to computers outside this OU. The user policies applied this way can replace the normal policy or be merged with it. Administrator must know how to enable GPO loopback processing and understand which mode that suits the condition.