book
Article ID: CTX231124
calendar_today
Updated On:
Description
“DG name in Manage and Monitor and matching”
Instructions
To resolve the issue, we will use PowerShell, by following these instructions:
-
Download and install on any machine, except the Cloud Connector machine, the Remote PowerShell SDK http://download.apps.cloud.com/CitrixPoshSdk.exe;
- On that machine, start PoSh and run “asnp citrix*”;
- To connect to Citrix Cloud Subscription run “Get-XDAuthentication”;
- After you connect to confirm the findings run “Get-BrokerDesktopGroup -Name "Delivery Group Name"". Observe the values Name and Published name. Name will have the new name of the Delivery group, while the Publish name will show the old name of the Delivery group.
- To resolve the issue we will need to change the Published name to match the name. To accomplish this, run “Get-BrokerDesktopGroup -Name "Delivery Group Name" | Set-BrokerDesktopGroup -PublishedName "Delivery Group Name"”;
- To confirm the change, run “Get-BrokerDesktopGroup -Name "Delivery Group Name"".
Issue/Introduction
After chnaging the Delivery group name in Manage page, Monitor page Session Details will show incorrect/old name.