Citrix Xendesktop MCS 更改发布桌面的显示名称

使用powershell:html

asnp citrix.*
 

使用下面的命令获取须要更名的交付组UIDshell

Get-BrokerDesktopGroup -name "请改为交付组名称"
 

使用下面的命令将交付组中的全部计算机的“PublishedName”属性设置为nullide

Get-BrokerMachine -DesktopGroupUID 交付组UID | Set-BrokerMachine -PublishedName $Null
 

最后使用下面的命令更改交付组的发布名称code

Get-BrokerDesktopGroup -UID 交付组UID | Set-BrokerDesktopGroup -PublishedName “新交付组名称”
相关文章
相关标签/搜索