SOLVED

Friendly name not reflected

Copper Contributor

Hi Team,

I have successfully Virtualized Windows Server 2016 datacenter image by following steps on https://docs.microsoft.com/en-us/azure/virtual-desktop/create-host-pools-powershell.

But even after creation of Hostpool with Friendly name, I am not able to see it on Virtual Desktop web client.

Command used for creation of hostpool 

$hpName = "demoHostPool"

New-RdsHostPool -TenantName $tenantName -Name $hpName -FriendlyName $hpName

 

Output of command which shows that Friendly name is added 

friendlyname.PNG

WVD web client display

snip.PNG

Please let me know what I am missing by using Powershell and it works fine If I use Azure Portal

 

2 Replies
best response confirmed by Rushabh (Copper Contributor)
Solution

@Rushabh The area covered in Red should be the friendly name of the WVD Tenant and the "Session Desktop" is from the friendly name of the app.  The Host Pool isn't really displayed to the end user.

@KitSMFX  Thanks for information :smile:

1 best response

Accepted Solutions
best response confirmed by Rushabh (Copper Contributor)
Solution

@Rushabh The area covered in Red should be the friendly name of the WVD Tenant and the "Session Desktop" is from the friendly name of the app.  The Host Pool isn't really displayed to the end user.

View solution in original post