オンプレミス ネットワークには、20 台の Windows 10 デバイスが含まれています。 Azure Virtual Desktop のデプロイがあります。 Microsoft リモート デスクトップ クライアント (MSRDC) をデバイスに展開する必要があります。MSRDC は、デバイスにサインインするすべてのユーザーが利用できる必要があります。 あなたは何をするべきか?
正解:A
Although your users can install the client directly after downloading it, if you're deploying to multiple devices, you may want to also deploy the client to them through other means. Deploying using group policies or the Microsoft Endpoint Configuration Manager lets you run the installer silently using a command line. Run the following commands to deploy the client per-device or per-user. Per-device installation msiexec.exe /I <path to the MSI> /qn ALLUSERS=1 Reference: https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/windowsdesktop-admin