Questions tagged [wvd]

WVD is Windows Virtual Desktop

Use WVD in the context of Azure only, as this tag is meant for Windows Virtual desktop as a service in Azure. It should not be used generically for any Windows Virtual Desktop question.

22 questions
1
vote
1 answer

WVD behind a proxy - Failure to fetch data from Azure instance Metadata service

We are trying to deploy WVD in an environment where we have a proxy. Sessionhost missing resourceId field. This is due to failure to whitelist Azure Instance Metadata service endpoint and Session host health monitoring.…
Makram
  • 614
  • 1
  • 6
  • 21
1
vote
0 answers

About Restricting copy, paste and printer access in azure wvd

How can I restrict copy, paste and printer in the Azure virtual desktop window?
0
votes
0 answers

WVD - az cli sample for creating host pool, workspace and application pool

for an azure WVD deployment, I’d like to automate via az cli the creation of the following elements: 1 Host pool using a w10 image from gallery, automate the join to a domain and configure settings for remote desktop. 1 Workspace 1 Application…
0
votes
0 answers

Windows Virtual Desktop + listening port of TCP

This isn't my actual problem, it but can be easily described like this. When I have simple python code that listens a fixed TCP port: sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) sock.bind(('', 10000)) print 'starting up on %s port %s' %…
James Z
  • 11,838
  • 10
  • 25
  • 41
0
votes
1 answer

Match a UPN list to assigned VM names using Powershell

I am trying to pass a list of UPNs in to a function to find all Sessionhosts (Virtual Machines) assigned to that UPN in Azure WVD. I would like to match those sessionhost names to the UPN in the list I am passing through and it's just beyond my…
0
votes
0 answers

Virtualize NamedPipes in Windows 10 Multi session

We have a process that uses named pipes for communication. Now we want to run the app on a windows multi-session system (VDI/RDS). From the documentation of named pipes, I do understand that the named pipes themselves are system-wide/global and…
Sumesh
  • 69
  • 9
0
votes
0 answers

Azure Windows Virtual Desktop general changes to image in host pool

We are working on a solution with Windows Virtual Desktop on Azure. It's a pretty interesting service, but one thing is boggling my mind. Considering this works with a set of VMs with multisession and all of them should have the same image so users…
Ress
  • 39
  • 6
0
votes
1 answer

Azure WVD RDS - ARM Version

I have an interesting issue, whereby my predecessor created an RDS tenant, I was unable to see this from the azure portal, but upon reading up. I discovered that the tenant was created in the ARM Version and that I was only able to access this…
bob500000
  • 53
  • 1
  • 10
0
votes
1 answer

Manage app groups for windows virtual desktop using graph

I am struggling to find any relevant documentation on how to add an Azure AD group to an application group via the graph API. Here is the documentation on how to do it via the azure portal UI, but it does not mention how to do it via the graph…
0
votes
1 answer

Status Message: Can not perform requested operation on nested resource. Parent resource 'VMName' not found. (Code:ParentResourceNotFound)

I deploying a hostpool in Azure WVD spring 2020 update My requirement is to add the customscript extension to the defualt template. In default template I see couple of nested templates, in that the domain join & DSC extensions are added. I am trying…
0
votes
0 answers

Azure WVD deployment domainjoin failed

I am deploying some WVD host-pool session-host VMs. While doing that, only few of the machines are joining the domain successfully, the others are failing (timeout while waiting for JsonADDomainExtension) and thus the entire deployment fails. After…
0
votes
0 answers

Change browser search result region Azure WVD

I have a WVD in Azure in the EU West region. Accordingly, the browser search results from Google are also in Dutch. Now my question: Is it possible to change this search globally for all WVD users, so that the results are primarily from Germany…
Seajanjan
  • 55
  • 9
0
votes
0 answers

Getting current logged in user in Windows Virtual Desktop (WVD)

Having an Azure AD user logged in in a Windows Virtual Desktop (WVD) windows-client and a .NET application launched from this WVD, is it possible to read, from the C# code, the authenticated user in WVD (or a Token)? Maybe an equivalent for…
0
votes
0 answers

folder sharing between different users of windows virtual desktop

Is it possible to have different users of windows virtual desktop share content through a shared folder: Ie create in windows virtual desktop the equivalent of folder sharing between local machines connected to the same network.
Jean-Marc Volle
  • 2,374
  • 1
  • 8
  • 16
0
votes
1 answer

Windows Virtual Desktop behind the VPN

is it possible to have Windows Virtual Desktop behind the vpn, currently it working fine as wvd servicestrong text
1
2