Jump to content
Welcome to our new Citrix community!
  • 0

Change "Display name" of a server that is shown in Director


Nicola Gualtieri1709158447

Question

10 answers to this question

Recommended Posts

  • 1

Hi,

 

I had the same Problem. Solution was the 'Get-BrokerDesktopGroup' Cmdlet.

 

Get-BrokerDesktopGroup | select Name,PublishedName

 

You have to change the PublishedName attribute like this:

Get-BrokerDesktopGroup -Name '<name>' | Set-BrokerDesktopGroup -PublishedName '<new PublishedName>'

 

Now you should see a the new Display Name in Citrix Director.

 

Regards

Sebastian

  • Like 2
Link to comment
  • 0

Hi,

 

Can you try running this command to change ? 

 

Get-BrokerPrivateDesktop -DesktopGroupUid <UIDDesktopgroup> | Set-BrokerPrivateDesktop -PublishedName <New Name>

Run Get-BrokerDesktopGroup -Name <Name of desktop Group>  and make a note of UID for the above command. 

 

Regards,

Krishna D

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...