-
-
-
本地 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!
本地 Active Directory 服务帐户
本地 Active Directory 服务帐户是用于存储特权域用户帐户的用户名和密码的容器。 用户帐户必须具有足够的权限来管理 Active Directory 中的计算机帐户。 Machine Creation Service 可以使用此服务帐户执行与计算机帐户相关的操作,而无需每次都输入域凭据。
创建本地 Active Directory 服务帐户
使用 Studio 或 PowerShell 创建本地 Active Directory 服务帐户。
必备条件
要创建本地 Active Directory 服务帐户,请确保完成以下任务:
- 在 Active Directory 中创建一个域用户帐户,该帐户具有足够的权限来创建、更新和删除 Active Directory 或特定 OU 中的计算机对象。
使用 Studio
- 在 DaaS 磁贴中,单击 管理。
- 在左侧窗格中,选择 管理员.
- 在 服务帐户 Tab 键中,单击 创建服务帐户.
- 在 身份类型 页面上,选择 本地 Active Directory. 在“等效 CLI 命令”中,查看命令并单击“下一步”。
- 在 凭据 页面上,单击 输入凭据 提供要用作服务帐户的特权域用户帐户的用户名和密码。
- 设置密码到期日期或将其保持为永不过期。
- 为此服务帐户选择一个或多个范围。
- 输入服务帐户的友好名称和描述 (可选)。
- 点击 完成 以完成创建。
使用 PowerShell
您可以使用 PowerShell 命令创建本地 Active Directory 服务。 例如:
$credential = ConvertTo-SecureString -String $password -AsPlainText -Force
New-AcctServiceAccount -IdentityProviderType ActiveDirectory -IdentityProviderIdentifier test.local -AccountId test\svcacct_mcs -AccountSecret $credential -SecretExpiryTime 2030/08/15 -DisplayName 'scvacct_mcs' -Description 'Service account for test.local'
注意:
这
$password
是提供的域用户帐户的匹配密码。
执行与计算机身份相关的操作
将 Active Directory 或基于混合 Azure AD 的身份池与服务账户关联后,您可以执行各种与计算机身份相关的操作,而无需输入域凭证。
-
使用服务账户创建新的身份账户
New-AcctADAccount -IdentityPoolName MyPool -Count 2 -UseServiceAccount
-
使用服务账户修复身份账户
Repair-AcctADAccount -ADAccountName "Domain\account","Domain\account2" -UseServiceAccount
-
使用 service account 删除身份账户
Remove-AcctADAccount -IdentityPoolName MyPool -RemovalOption Delete -ADAccountName "Domain\account","domain\account2" -UserServiceAccount
下一步的去向
- 要创建已加入本地 Active Directory 的目录,请参阅 已加入本地 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.