-
-
-
オンプレミス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 または特定の OU 内でコンピューターオブジェクトを作成、更新、および削除するための十分な権限を持つドメインユーザーアカウントを作成します
Studio の使用
- DaaS タイルで、[管理] をクリックします。
- 左側のペインで、[管理者] を選択します。
- [サービスアカウント] タブで、[サービスアカウントの作成] をクリックします。
- [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.