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!
ドメイン非参加
この記事では、Citrix DaaSを使用してドメイン非参加カタログを作成する方法について説明します。
要件
-
コントロールプレーン:Citrix DaaS
-
VDAの種類:シングルセッションまたはマルチセッションのOS VDA
-
VDAバージョン:カタログの最小機能レベルとして、1811以降。必要であれば、最小機能レベルを更新します
-
プロビジョニングの種類:Machine Creation Services(MCS)による永続および非永続
-
割り当ての種類:専用およびプール
-
ホストプラットフォーム:MCSでサポートされているすべてのプラットフォーム
-
Rendezvous V2を有効にするため、Citrix Cloud Connectorは必須ではありません。Rendezvousを有効にするには、レジストリ設定を追加する必要があります。追加方法について詳しくは、「VDAのインストールと構成」を参照してください
制限事項
- サービスの継続性はサポートされていません。
ドメイン非参加カタログの作成
Citrix DaaSを使用して、ワークグループまたはドメイン非参加マシンに基づいてカタログを作成できます。ドメイン非参加マシンの作成方法は、アカウントIDプールの作成方法によって異なります。アカウントIDプールは、カタログのプロビジョニング中にマシン名を作成および追跡するためにMCSが使用するメカニズムです。
[完全な構成]インターフェイスまたはPowerShellを使用して、ドメイン非参加カタログを作成できます。
完全な構成インターフェイスの使用
以下の情報は、「マシンカタログの作成」のガイダンスを補完する情報です。ドメイン非参加カタログを作成するには、ドメイン非参加カタログに固有の詳細に注意しながら、その記事の一般的なガイダンスに従ってください。
カタログ作成ウィザードで次の操作を行います:
- [マシンID] ページで、[ドメイン非参加] を選択します。作成されたマシンはどのドメインにも参加していません。
注:
IDの種類が [ドメイン非参加] である場合には、カタログの最小機能レベルとしてバージョン1811以降のVDAが必要です。使用できるようにするために、必要であれば最小機能レベルを更新します。
PowerShellの使用
以下は、[完全な構成]インターフェイスでの操作と同じPowerShellでの手順です。
リモートPowerShell SDKを使用して、ドメイン非参加カタログのIDプールを作成できます。
たとえば、過去のリリースでは、すべてのActive Directoryフィールドが単一のインスタンスで提供されていました:
New-AcctIdentityPool -AllowUnicode -Domain "corp.local" -IdentityPoolName "NonDomainJoinedCatalog" -NamingScheme "NDJ-VM-##" -NamingSchemeType "Numeric" -OU "CN=Computers,DC=corp,DC=local"* -Scope @() -ZoneUid "81291221-d2f2-49d2-ab12-bae5bbd0df05"
<!--NeedCopy-->
現在、MCSでは、新しいPowerShellパラメーターのWorkgroupMachineとIdentityTypeを使用して、ドメイン非参加カタログのIDプールを作成するようになりました。上記の同じ例を使用すると、これらのパラメーターにより、ドメイン管理者の資格情報を含むすべてのAD(Active Directory)固有のパラメーターを指定する必要があるという要件がなくなります:
New-AcctIdentityPool -AllowUnicode -IdentityType "Workgroup" -WorkgroupMachine -IdentityPoolName "NonDomainJoinedCatalog" -NamingScheme "NDJ-VM-##" -NamingSchemeType "Numeric" -Scope @() -ZoneUid "81291221-d2f2-49d2-ab12-bae5bbd0df05"
<!--NeedCopy-->
ドメイン非参加カタログを作成するために使用される他のすべてのコマンドは、従来のオンプレミス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 Do Not Agree to exit.