How to check if WVD Client can be downloaded

0 users found this article helpful

NOTE: XML contents change according to the versions.

In the future, the registry parameter name and the URL itself may change also.

There is a default link to XML for downloading WVD Client which is stored in the following registry parameter:

http://download.parallels.com/ras/WVDClientSupport.xml

From this link we can see the versions of WVD Client which are going to be downloaded by the corresponding versions of RAS Client:

For example, we will copy one of the links for WVD Client x64 installer

Then we can paste the link into a browser to see if we can download client:

Or use it for checking the URL response status:

Query syntax:

([net.WebRequest]::Create("https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RWLBme").GetResponse().Statuscode) -as [string]

Was this article helpful?

Tell us how we can improve it.