Forum Discussion
WVD Client Deployment Via Intune - Deployed as workstation and not User
TC-RichG Yes, use this for the client to be installed in user-context:
"C:\Temp\RDClient.msi" ALLUSERS="2" MSIINSTALLPERUSER="1" /qn /passive /log c:\temp\RDClient.log
Ola Holtberget would be great if you could share a screenshot of the exact settings in Endpoint manager. Thanks.
- Ola HoltbergetDec 19, 2020Brass Contributor
KWalder100 Since we need the RDClient installed quickly for all users logging on to any laptop, we ended up creating a Scheduled Task that installs the client upon logon of all users.
The Intune-part is just a Win32 app installing the scheduled task.
The Scheduled Task is set to "Run as user", and starts a script to install the client as the user, if the client is not already installed:
msiexec /i "C:\Temp\RDClient.msi" ALLUSERS="2" MSIINSTALLPERUSER="1" /qn /passive /log c:\temp\RDClient.log