This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
多类型许可
多类型许可支持在单个 Citrix Virtual Apps and Desktops 站点上为交付组使用不同许可类型。类型是产品 ID(XDT 或 MPS)和模型(用户设备或并发)的单一组合。交付组必须使用在站点级别配置的相同产品版本(PLT/Premium 或 ENT/Advanced)。在为 Citrix Virtual Apps and Desktops 部署配置多类型许可时,请注意本文末尾的特殊注意事项。
如果未配置多类型许可,则只有在为单独站点配置时才能使用不同许可类型。交付组使用站点许可。有关配置多类型许可时的重要通知限制,请参阅特殊注意事项。

要确定使用不同类型许可的交付组,请使用以下 Broker PowerShell cmdlet:
- 新建代理桌面组
- 设置代理桌面组
- Get-BrokerDesktopGroup
要安装许可,请使用:
- 思杰控制台
- 思杰许可管理器
- citrix.com
客户成功服务日期特定于每个许可文件以及每个产品和模型。不同设置的交付组可能具有不同的客户成功服务日期。
特殊注意事项
多类型许可的功能与常规的 Citrix Virtual Apps and Desktops™ 许可的功能有所不同。
Director 或 Studio 不会针对配置为使用与站点配置不同类型的交付组发出警报和通知:
- 在接近许可证限制或触发或到期许可证突发模式时,没有信息。
- 当特定组出现问题时,没有通知。
配置为多类型许可证的交付组仅消耗该许可证类型,并且在完全消耗后不会回退到站点配置。
Though Citrix Virtual Apps Standard and Citrix Virtual Desktops™ Standard license edition names indicate that they are both Standard, they are not the same edition. Multi-type licensing is not available with Citrix Virtual Apps Standard and Citrix Virtual Desktop Standard licenses.
许可证兼容性矩阵
此表详细说明了旧产品名称、新产品名称以及相关的功能名称。四个兼容性列指定了哪些产品和许可证模型组合与多类型许可兼容。CCU 和 CCS 代表并发许可证,UD 代表用户/设备许可证。

代理 PowerShell 软件开发工具包
The DesktopGroup object has these two properties you can manipulate using the associated New-BrokerDesktopGroup and Set-BrokerDesktopGroup cmdlets.
| 名称 | 值 | 限制条件 |
|---|---|---|
| 许可模式 | 一个参数(Concurrent 或 UserDevice),用于指定组的许可模型。如果未指定,则使用站点范围的许可模型。 | 如果功能开关被禁用,尝试设置属性将失败。 |
| 产品代码 | XDT(适用于 Citrix Virtual Desktops)或 MPS(适用于 Citrix Virtual Apps™)的文本字符串,用于指定该组的许可产品 ID。如果未指定,则使用站点范围的产品代码。 | 如果功能开关被禁用,尝试设置属性将失败。 |
有关许可证模型和产品代码的更多信息,请参阅 about_Broker_Licensing。
新建代理桌面组
创建桌面组以管理桌面组的代理。有关此 cmdlet 的更多信息,请参阅 https://citrix.github.io/delivery-controller-sdk/Broker/New-BrokerDesktopGroup/。
设置代理桌面组
禁用或启用现有代理桌面组或更改其设置。有关此 cmdlet 的更多信息,请参阅 https://citrix.github.io/delivery-controller-sdk/Broker/Set-BrokerDesktopGroup/。
Get-BrokerDesktopGroup
检索符合指定条件的桌面组。Get-BrokerDesktopGroup cmdlet 的输出包括组的 ProductCode 和 LicenseModel 属性。如果尚未使用 New-BrokerDesktopGroup 或 Set-BrokerDesktopGroup 设置这些属性,则返回空值。如果为空,则使用站点范围的许可模型和产品代码。有关此 cmdlet 的更多信息,请参阅 https://citrix.github.io/delivery-controller-sdk/Broker/Get-BrokerDesktopGroup/。
为每个交付组配置不同的许可产品和模型
注意:
您不能在单个交付组上配置两种或多种不同类型的产品、版本或许可模型。如果您有不同类型的产品、版本或许可模型,请在单独的交付组中进行配置。
- 以管理员权限打开 PowerShell 并添加 Citrix 管理单元。
-
Run the command Get-BrokerDesktopGroup –Name “DeliveryGroupName” to view the current license configuration. Find the parameters LicenseModel and ProductCode. If you haven’t configured these parameters before, they might be blank.
注意:
如果交付组未设置许可证信息,它将默认为 站点级站点许可证。

- Change the license model by running the command: Set-BrokerDesktopGroup –Name “DeliveryGroupName” –LicenseModel LicenseModel.
- Change the license product by running the command: Set-BrokerDesktopGroup –Name “DeliveryGroupName” –ProductCode ProductCode.
-
Enter the command Get-BrokerDesktopGroup –Name “DeliveryGroupName” to validate the changes.
注意:
您不能在同一站点中混合搭配版本。例如,高级版和增强版许可证。如果您拥有不同版本的许可证,则需要多个站点。

-
通过运行与前面步骤中描述的相同 Set-BrokerDesktopGroup 命令来删除许可证配置,并将值设置为 $null。
注意:
Studio 不显示每个交付组的许可证配置。使用 PowerShell 查看当前配置。

示例
此 PowerShell cmdlet 示例说明了如何为两个现有交付组设置多类型许可,并创建和设置第三个交付组。
要查看与交付组关联的许可证产品和许可证模型,请使用 Get-BrokerDesktopGroup PowerShell 命令。
-
我们将第一个交付组设置为 XenApp® 和并发。
Set-BrokerDesktopGroup -Name “Delivery group for Citrix Virtual Apps Premium Concurrent” -ProductCode MPS -LicenseModel Concurrent
-
我们将第二个交付组设置为 XenDesktop® 和并发。
Set-BrokerDesktopGroup -Name “Delivery group for Citrix Virtual Desktops Premium Concurrent” -ProductCode XDT -LicenseModel Concurrent
-
我们创建并设置第三个交付组,用于 XenDesktop 和用户设备。
New-BrokerDesktopGroup -Name “Delivery group for Citrix Virtual Desktops Premium UserDevice” -PublishedName “MyDesktop” -DesktopKind Private -ProductCode XDT -LicenseModel UserDevice
共享
共享
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Citrix product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.