downloadWhy can't I download this file?Download My Cloud Desktop AppCitrix Cloud Remote Desktop Citrix Cloud Desktop Citrix Virtual Apps And Desktops Citrix Cloud Publish Desktop
For Shared Desktop:
1. Ensure Remote Powershell SDK is installed on any client machine
2. Load Windows PowerShell ISE with elevated prompt
4. Run Get-XDAuthentication
5. Run following cmd lets to change the Published name
7. Change the Published name in that specific Delivery group's BrokerEntitlementPolicyRule
Note: Name and Publishedname in BrokerEntitlementPolicyRule are two different parameters.
For Private Desktop:
1. Ensure Remote Powershell SDK is installed on any client machine
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
Keep only one Resource Location for Cloud connectors which has domain listed under access and identity management in Citrix cloud portal and remove other Resource Location - Log off from Citrix Cloud Studio. Tested Now able to add resources. The Citrix Virtual Apps and Desktops Service, which is a Citrix Cloud only Service, has many management features that allows you to seamlessly manage your Windows 10 Multi User Desktop session. Autoscale is a feature exclusive to Citrix Virtual Apps and Desktops service that provides a consistent, high-performance solution to proactively power. Vmware fusion 12 pro download.
Applicable Products
- Citrix Virtual Apps
- Citrix Virtual Desktops
- Citrix Cloud
Symptoms or Error
Published name of the Shared or Private Desktop in Workspace displays old name after renaming Delivery Group from Citrix Studio, in Citrix Cloud.
Solution
Please run following steps to rename the Published name:For Shared Desktop:
1. Ensure Remote Powershell SDK is installed on any client machine
http://download.apps.cloud.com/CitrixPoshSdk.exe
2. Load Windows PowerShell ISE with elevated prompt
Download My Cloud Desktop App
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: 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
http://download.apps.cloud.com/CitrixPoshSdk.exe
2. Load Windows PowerShell ISE with elevated prompt
3. Run asnp citrix*
4. Run Get-XDAuthentication
Citrix Cloud Remote Desktop
5. Run following cmd lets to change the Published name
Citrix Cloud Desktop
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>'
$dg = Get-BrokerDesktopGroup -Name <Delivery Group Name>
Get-BrokerAssignmentPolicyRule -DesktopGroupUid $dg.Uid | Set-BrokerAssignmentPolicyRule -PublishedName '<New Published name>'
Citrix Virtual Apps And Desktops
Problem Cause
Citrix Cloud Publish Desktop
This happens because Published name in Broker Desktop Group and BrokerEntitlementPolicy carries old name