Forum Discussion
WVD Client Deployment Via Intune - Deployed as workstation and not 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
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
- 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
- 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