Forum Discussion
Windows Virtual Desktop - The Hostpool shows an incorrect Name.
- Nov 07, 2019
null null : thank you for clarification. The host pool itself is not reflected in the client application. It is more of a management concept.
For renaming the default name run this PowerShell Cmdlet:
Set-RdsRemoteDesktop -TenantName $tenant -HostPoolName $Hostpool -AppGroupName "Desktop Application Group" -FriendlyName "win10origsso"
null null : If I understand your problem you want to name the session host pools the same? This is not supported. The host pool name as well as app groups need to be unique within a tenant. Looks like we are missing documentation on that.
Thank you for highlighting.
- null nullNov 07, 2019Copper Contributor
I am sorry I didn’t explain my question very clearly.
What I want to say is the host pool name shows in the remote desktop client (Session Desktop) is different from the name I wrote in Azure Portal (like hostpooltest00).
For example, I created three host pools and signed the user to them.
But when I open the WVD remote desktop client, there are three PC logos with the same name as “Session Desktop” inside of the host pool name I created like HostpoolA, HostpoolB, HostpoolC.
Thanks.
- evasseNov 07, 2019Former Employee
null null : thank you for clarification. The host pool itself is not reflected in the client application. It is more of a management concept.
For renaming the default name run this PowerShell Cmdlet:
Set-RdsRemoteDesktop -TenantName $tenant -HostPoolName $Hostpool -AppGroupName "Desktop Application Group" -FriendlyName "win10origsso"