Forum Discussion
Windows Virtual Desktop - The Hostpool shows an incorrect Name.
I created two hostpools like hostpoolA and HostpoolB with PowerShell, but when both the hostpools' name are "Session Desktop" in the Remote Desktop.
By the way, I can add users to the HostpoolA and HostpoolB with powershell, and it worked well.
What is the problem?
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"
5 Replies
- null nullCopper 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.
- evasseFormer 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"