-
-
-
已加入混合 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
注意:
自 2023 年 7 月起,Microsoft 已将 Azure Active Directory (Azure AD) 重命名为 Microsoft Entra ID。 在本文档中,任何提及 Azure Active Directory、Azure AD 或 AAD 的内容现在均指 Microsoft Entra ID。
本文介绍了使用 Citrix DaaS 创建已加入混合 Azure Active Directory (HAAD) 的目录的要求,以及 Citrix DaaS 系统要求部分中概述的要求。
已加入混合 Azure AD 的计算机使用本地 AD 作为身份验证提供程序。 您可以将它们分配给本地 AD 中的域用户或组。 若要启用 Azure AD 无缝 SSO 体验,需要将域用户同步到 Azure AD。
注意:
联合标识基础结构和托管标识基础结构均支持已加入混合 Azure AD 的 VM。
要求
- 控制平面:请参阅 支持的配置
- VDA 类型:单会话(仅限桌面)或多会话(应用程序和桌面)
- VDA 版本:2212 或更高版本
- 供应类型:Machine Creation Services (MCS)、持久性和非持久性
- 分配类型:专用和共用
- 托管平台:任何虚拟机管理程序或云服务
限制
- 如果使用 Citrix 联合身份验证服务 (FAS),则单点登录将定向到本地 AD,而不是 Azure AD。 在这种情况下,建议配置基于 Azure AD 证书的身份验证,以便在用户登录时生成主刷新令牌 (PRT),这有助于在会话中单点登录到 Azure AD 资源。 否则,PRT 将不存在,并且 Azure AD 资源的 SSO 将不起作用。 有关使用 Citrix 联合身份验证服务 (FAS) 实现对混合加入的 VDA 的 Azure AD 单点登录 (SSO) 的信息,请参阅 混合加入的 VDA.
- 创建或更新计算机目录时,请勿跳过映像准备工作。 如果要跳过映像准备,请确保主 VM 未加入 Azure AD 或混合 Azure AD。
注意事项
- 创建已加入混合 Azure Active Directory 的计算机需要
写入 userCertificate
权限。 确保在目录创建期间输入具有该权限的管理员的凭据。 -
混合 Azure AD 加入过程由 Citrix 管理。 您需要禁用
autoWorkplace加入
由主 VM 中的 Windows 控制,如下所示。 手动禁用的任务autoWorkplace加入
仅 VDA 版本 2212 或更早版本需要。- 跑
gpedit.msc
. - 导航到 计算机配置 > 管理模板 > Windows 组件 > 设备注册.
- 设置 将已加入域的计算机注册为设备 自 禁用.
- 跑
-
选择配置为在创建计算机身份时与 Azure AD 同步的组织单位 (OU)。
-
对于基于 Windows 11 22H2 的主 VM,请在主 VM 中创建一个计划任务,该任务使用 SYSTEM 帐户在系统启动时执行以下命令。 只有 VDA 版本 2212 或更早版本才需要执行在主 VM 中计划任务的任务。
$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 }
- 默认情况下,Azure AD Connect 每 30 分钟同步一次。 在首次引导期间,预配的计算机最多可能需要 30 分钟才能加入混合 Azure AD。
下一步的去向
有关创建已加入混合 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 I DO NOT AGREE to exit.