If you want to change the Icon for a XenDesktop Catalog to make it easier to differenciate between desktop catalogs:
This can be done via Powershell:
Asnp Citrix.* $ctxIcon = Get-CtxIcon -FileName C:InstallmyIcon.ico -index 0 $brokerIcon = New-BrokerIcon -EncodedIconData $ctxIcon.EncodedIconData $desktopGroup = Get-BrokerDesktopGroup -Name 'MyDesktopGroup' Set-BrokerDesktopGroup $desktopGroup -IconUid $brokerIcon.Uid