Published name of the Desktop displays old name after renaming Delivery Group from Citrix Studio in Cloud

Published name of the Desktop displays old name after renaming Delivery Group from Citrix Studio in Cloud

book

Article ID: CTX249917

calendar_today

Updated On:

Description

Published name of the Shared or Private  Desktop in Workspace displays old name after renaming Delivery Group from Citrix Studio, in Citrix Cloud.

Resolution

Please run following steps to rename the Published name:

For Shared Desktop:

1. Ensure Remote Powershell SDK is installed on any client machine
Download:
http://download.apps.cloud.com/CitrixPoshSdk.exe

2. Load Windows PowerShell ISE with elevated prompt
3. Run asnp citrix*
4. Run Get-XDAuthentication
5. Run following cmd lets to change the Published name
Get-BrokerDesktopGroup | Where {$_.PublishedName -eq "<Old Published name>"} | Set-BrokerDesktopGroup -PublishedName "<New Published name>"
6. Determine the name of  BrokerEntitlementPolicyRule for the Delivery Group by running following cmd let:
Get-BrokerEntitlementPolicyRule

7. Change the Published name in that specific Delivery group's BrokerEntitlementPolicyRule
Set-BrokerEntitlementPolicyRule '<name of the BrokerEntitlementPolicyRule' -PublishedName "<New Published name>"

Note: Name and Publishedname in BrokerEntitlementPolicyRule are two different parameters.


For Private Desktop:

1. Ensure Remote Powershell SDK is installed on any client machine
Download:
http://download.apps.cloud.com/CitrixPoshSdk.exe

2. Load Windows PowerShell ISE with elevated prompt
3. Run asnp citrix*
4. Run Get-XDAuthentication
5. Run following cmd lets to change the Published name
Get-BrokerPrivateDesktop | Where {$_.PublishedName -eq "<Old Published Name>"} | Set-BrokerPrivateDesktop -PublishedName "<New Published Name>"
 
$dg = Get-BrokerDesktopGroup -Name <Delivery Group Name>
Get-BrokerAssignmentPolicyRule -DesktopGroupUid $dg.Uid | Set-BrokerAssignmentPolicyRule -PublishedName "<New Published name>"

Problem Cause

This happens because Published name in Broker Desktop Group and BrokerEntitlementPolicy carries old name