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.

27 questions
1
vote
0 answers

Terraform: Azure WVD Scale Down not updating host pool sessions

I am using Terraform to deploy/configure Azure WVD. It create all necessary resources and can scale up (adding more wvd host by incrementing the number) perfectly fine. However, when I am reducing the number of hosts, it deletes all the relevant…
Maki
  • 439
  • 1
  • 6
  • 17
1
vote
2 answers

Add onprem AD group while provisioning Azure VM with ARM template -Azure virtual desktop

I have a requirement of provisioning a Azure VM with ARM template, which consists of creating machine, add domain join, register hostpool, enable Azure disk encryption. we will be using image. I tried to use Custom exten script at last to run a ps1…
1
vote
1 answer

Trouble enabling Azure ADDS auth for storage account

The error is simply that the resource is not found, the resource ID it shows is the Tenant ID for Azure AD. I am able to join VMs to Azure AD DS and mount the storage via the connect options from the portal but we are setting up FSLogix and need…
1
vote
3 answers

How to RDP to my Azure VM with no public IP or Bastion Host

I am completely at a loss on how to get round this issue and would welcome some ideas. I've provisioned an Azure Windows Virtual Desktop (WVD) in my organisation's Azure VNet. I'd now like to RDP onto the virtual machine that I created when…
hitman126
  • 699
  • 1
  • 12
  • 43
1
vote
1 answer

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…
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
  • 834
  • 2
  • 9
  • 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
1 answer

KQL query CPU and memory utilization based on users in a Azure AVD hostpool

The whole query is made up of 2 different parts WVDConnection, Perf processor and Perf memory. They're able to run individually but its unable to run as a whole. The error I've got "No results found from the last 24 hours Try selecting another time…
tehais
  • 5
  • 3
0
votes
1 answer

Azure Automation Account access- AD & WVD Hostpool (add/remove) Operations

I have a automation account with run as account through which i'm running a powershell runbook. It usually does add/remove a member to a AD group in azure and add/remove user to a WVD hostpool. My issue is run as account doesn't have sufficient…
DSH
  • 69
  • 1
  • 8
0
votes
1 answer

Powershell Script to deploy the ARM Template

Deploying the ARM Template using the Powershell, need to fetch the previous AVD Session host number from Azure Portal and from which we can pass the next incremental value in the ARM template by declaring a…
Jay
  • 3
  • 1
  • 5
0
votes
1 answer

Azure AVD - Add VM to host pool - custom config URLs | Json file format

I need to install sophos AV when new VM's are added to a host pool. I can't script sophos installs via AIB as the application needs dynamic data from the Sophos Cloud Management Console to generealise the image and this is a manual job. As such I am…
Maelito
  • 45
  • 1
  • 1
  • 5
0
votes
1 answer

Impact on the WVD sessionHosts whose entry is not there in WVDHostRegistrations log analytics table

As per my understanding, session hosts registered with WVD service are logged in WVDHostRegistrations table so can anybody explain the impact if a session host don't have an entry in this table.
0
votes
0 answers

How to block the public git accounts expect organization accounts on firewall

I want to block all the public git account access on firewall expect my organization account(ex-https://github.com/comanyname) I want this for my Azure WVD environment, is there any other suggestions also welcome. Thanks
0
votes
2 answers

Azure WVD Hostpool - Virtual Network displaying "None available"

I keep encountering an irritating blocker when attempting to create a Host Pool for my project's Windows Virtual Desktop (WVD) in Azure and I'm at my wits end figuring out what could be causing this issue. My existing resource group contains the…
hitman126
  • 699
  • 1
  • 12
  • 43
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…
1
2