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または特定のOUでコンピューターオブジェクトを作成、更新、および削除するための十分な権限を持つドメインユーザーアカウントをActive Directory内に作成します
Web Studioの使用
- 左ペインで、[管理者] を選択します
- [サービスアカウント] タブで、[サービスアカウントの作成] をクリックします
- [IDの種類] ページで、[オンプレミスActive Directory] を選択します。[次へ] をクリックします
- [資格情報] ページで、[資格情報の入力] をクリックして、サービスアカウントとして使用する特権ドメインユーザーアカウントのユーザー名とパスワードを入力します
- パスワードの有効期限を設定するか、期限なしのままにします
- このサービスアカウントのスコープを1つ以上選択します
- サービスアカウントの表示名と説明(オプション)を入力します
- [完了] をクリックして作成を完了します
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'
<!--NeedCopy-->
注:
$passwordは、指定されたドメインユーザーアカウントの一致するパスワードです。
マシンID関連の操作の実行
Active DirectoryまたはMicrosoft EntraハイブリッドベースのIDプールがサービスアカウントに関連付けられると、ドメイン資格情報を入力することなく、さまざまなマシンID関連の操作を実行できます。
-
サービスアカウントを使用して新しいIDアカウントを作成する場合
New-AcctADAccount -IdentityPoolName MyPool -Count 2 -UseServiceAccount <!--NeedCopy--> -
サービスアカウントを使用してIDアカウントを修復する場合
Repair-AcctADAccount -ADAccountName "Domain\account","Domain\account2" -UseServiceAccount <!--NeedCopy--> -
サービスアカウントを使用してIDアカウントを削除する場合
Remove-AcctADAccount -IdentityPoolName MyPool -RemovalOption Delete -ADAccountName "Domain\account","domain\account2" -UserServiceAccount <!--NeedCopy-->
次のステップ
- オンプレミスActive Directoryに参加しているカタログを作成するには、「オンプレミスActive Directoryに参加しているマシンIDのIDプール」を参照してください
- サービスアカウントを管理するには、「サービスアカウントの管理」を参照してください
共有
共有
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.