Forum Discussion
WVD Client Deployment Via Intune - Deployed as workstation and not User
DavidBelanger Importing the official MSI to Intune, and using the following recommended arguments, still installs the client to "C:\Program Files\Remote Desktop\msrdcw.exe", forcing the users to elevate to admin to be able to update it.
We had to wrap it into a scriptbased installation and run it in user context to be able to install as the logged on User.
Anyone else had issues with this, or a better way of installing it as user?
I have the same issue with Intune deployment. I've also tried wrapping it as a win32 app, but that still doesn't work. This glitch makes updates very disruptive to users. Ola Holtberget
- TC-RichGNov 04, 2020Copper Contributor
sbuntun did you ever manage to get this working? Running into this same issue.
- Ola HoltbergetNov 04, 2020Brass Contributor
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