Forum Discussion
Jonny5
Mar 24, 2020Copper Contributor
WVD Client Deployment Via Intune - Deployed as workstation and not User
Hey all, we pushed the WVD client via intune in the user context but today when users received notification that a client update was available, they were prompted for credentials to update. Chec...
sbuntun
Jun 11, 2020Brass Contributor
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-RichG
Nov 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
- 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