码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2018-08-13 22:33:19      阅读:237      评论:0      收藏:0      [点我收藏+]

标签:显示   power   citrix   需要   获取   published   null   get   名称   

使用powershell:

asnp citrix.*

使用下面的命令获取需要改名的交付组UID

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

使用下面的命令将交付组中的所有计算机的“PublishedName”属性设置为null

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

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

Get-BrokerDesktopGroup -UID 交付组UID | Set-BrokerDesktopGroup -PublishedName “新交付组名称”

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

标签:显示   power   citrix   需要   获取   published   null   get   名称   

原文地址:http://blog.51cto.com/aiguo/2159459

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!