Forum Discussion

Rushabh's avatar
Rushabh
Copper Contributor
Sep 05, 2019

Friendly name not reflected

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 

WVD web client display

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

 

  • 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's avatar
    KitSMFX
    Copper Contributor

    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.

Share