Forum Discussion

null null's avatar
null null
Copper Contributor
Nov 07, 2019
Solved

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? 

  • evasse's avatar
    evasse
    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"

5 Replies

  • evasse's avatar
    evasse
    Former Employee

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

      evasse  

      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.

      • evasse's avatar
        evasse
        Former 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"

Resources