-
-
-
已加入混合 Azure Active Directory
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!
已加入混合 Azure Active Directory
除了 Citrix DaaS 系统要求部分中概述的要求外,本文还介绍了使用 Citrix DaaS 创建混合 Azure Active Directory (HAAD) 加入目录的要求。
已加入 Azure AD 的混合计算机使用本地 AD 作为身份验证提供程序。您可以将它们分配给本地 AD 中的域用户或组。要启用 Azure AD 无缝 SSO 体验,您需要将域用户同步到 Azure AD。
注意:
联合身份基础架构和托管身份基础架构均支持加入 Azure AD 的混合 VM。
要求
- 控制平面:参阅支持的配置
- VDA 类型:单会话(仅限桌面)或多会话(应用程序和桌面)
- VDA 版本:2112 或更高版本
- 配置类型:Machine Creation Services (MCS)、持久和非持久
- 分配类型:专用和池
- 托管平台:任何虚拟机管理程序或云服务
限制
- 如果使用 Citrix 联合身份验证服务 (FAS),则单点登录将定向到本地 AD 而不是 Azure AD。在这种情况下,建议配置基于 Azure AD 证书的身份验证,以便在用户登录时生成主刷新令牌 (PRT),这有助于在会话中单点登录到 Azure AD 资源。否则,PRT 将不存在,Azure AD 资源的 SSO 也将不起作用。
- 在创建或更新计算机目录时,请勿跳过映像准备工作。如果要跳过映像准备工作,请确保主 VM 未加入 Azure AD 或者未加入混合 Azure AD。
注意事项
- 主 VM 可以是本地 AD、Azure AD、混合 Azure AD 或未加入域的 VM。此功能需要 VDA 版本 2212 或更高版本。
- 创建已加入混合 Azure Active Directory 的计算机需要目标域中的
Write userCertificate
权限。请确保在创建目录期间输入具有该权限的管理员的凭据。 -
混合 Azure AD 加入过程由 Citrix 管理。您需要在主 VM 中禁用 Windows 控制的
autoWorkplaceJoin
,如下所示:- 运行
gpedit.msc
。 - 导航到 计算机配置 > 管理模板 > Windows 组件 > 设备注册。
- 将“将 加入域的计算机注册为设备”设置为“已禁用”。
- 运行
-
选择在创建计算机标识时配置为与 Azure AD 同步的组织单位 (OU)。
-
对于基于 Windows 11 22H2 的主虚拟机,在主虚拟机中创建计划任务,该任务在系统启动时使用系统帐户执行以下命令。
$VirtualDesktopKeyPath = 'HKLM:\Software\AzureAD\VirtualDesktop' $WorkplaceJoinKeyPath = 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\WorkplaceJoin' $MaxCount = 60 for ($count = 1; $count -le $MaxCount; $count++) { if ((Test-Path -Path $VirtualDesktopKeyPath) -eq $true) { $provider = (Get-Item -Path $VirtualDesktopKeyPath).GetValue("Provider", $null) if ($provider -eq 'Citrix') { break; } if ($provider -eq 1) { Set-ItemProperty -Path $VirtualDesktopKeyPath -Name "Provider" -Value "Citrix" -Force Set-ItemProperty -Path $WorkplaceJoinKeyPath -Name "autoWorkplaceJoin" -Value 1 -Force Start-Sleep 5 dsregcmd /join break } } Start-Sleep 1 } <!--NeedCopy-->
下一步的去向
有关创建已加入混合 Azure Active Directory 的目录的详细信息,请参阅创建已加入混合 Azure Active Directory 的目录。
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 Do Not Agree to exit.