You must deploy the Microsoft Remote Desktop client (MSRDC) to 20 Windows 10 devices so the client is available to every user who signs in. How should you install the MSI?
Choose an answer
Tap an option to check your answer.
Correct answer: Install MSRDC using msiexec.exe with ALLUSERS=1.
Why this is the answer
To make the Microsoft Remote Desktop client (MSRDC) available to all users on a Windows 10 device, you must perform a per-machine installation. The ALLUSERS=1 property in msiexec.exe specifies a per-machine installation, ensuring the application is installed in a common location and accessible to all user profiles on the system. Using ALLUSERS=2 is typically the default behavior for per-user installations if not explicitly specified, which would only install the client for the user performing the installation. MSIINSTALLPERUSER=1 explicitly forces a per-user installation, which would also not meet the requirement of making the client available to every user.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed