Forum Discussion
WVD Client Deployment Via Intune - Deployed as workstation and not User
sbuntun did you ever manage to get this working? Running into this same issue.
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
- Markus_UnterwegerNov 10, 2020Copper Contributor
Ola Holtberget : could you please post a screenshot of the exact settings in enpoint manager.
i tried all suggestions here but still having same problem. thank you
- KWalder100Dec 17, 2020Copper Contributor
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