How to display the VDI/Remote PC name instead of Desktop Group Name?

How to display the VDI/Remote PC name instead of Desktop Group Name?

book

Article ID: CTX206589

calendar_today

Updated On:

Description

In XenDesktop 7.6 for Remote PC or VDI Delivery how do you show the actual PC name instead of the Delivery Group Name?
Is modifying the PublishedName attribute the only method when running the Set-BrokerPrivateDesktop?


Instructions

This has to be done form the powershell, run the following commands >asnp citrix.* >Get-BrokerDesktopGroup -name "Name of RemotePC Desktop group" ## make a note of the "DesktopGroupUID" ## >Get-BrokerPrivateDesktop -DesktopGroupUid UIDofRemotePCDesktopgroup | Set-BrokerPrivateDesktop -PublishedName "New Name".