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 a...
  • 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"

Resources