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に作成します。
Studioの使用
- [DaaS] タイルで、[管理] をクリックします。
- 左側ペインで [管理者] を選択します。
- [Service Accounts]タブで、[Create Service Account]をクリックします。
- [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またはハイブリッドAzure ADベースの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.