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!
SDKとAPI
本リリースでは、いくつかのSDKとAPIが利用可能です。SDKとAPIにアクセスするには、Build anything with Citrixにアクセスしてください。そこからCitrix Workspaceを選択すると、Citrix Virtual Apps and Desktopsおよび関連コンポーネントのプログラミング情報にアクセスできます。
注:
Citrix Virtual Apps and Desktops™ SDKおよびCitrix Group Policy SDKは、モジュールまたはスナップインとしてインストールできます。いくつかのコンポーネントSDK(Citrix Licensing、Citrix Provisioning、StoreFrontなど)は、スナップインのみを使用してインストールされます。
本製品はPowerShellバージョン3から5をサポートしています。
Citrix Virtual Apps™ and Desktops SDK
このSDKは、Delivery Controller™またはStudioをインストールすると、PowerShellモジュールとして自動的にインストールされます。これにより、スナップインを追加することなく、このSDKのコマンドレットを使用できます。(このSDKをスナップインとしてインストールすることを選択した場合の指示は以下に記載されています。)
権限
- Citrix管理権限を持つIDを使用してシェルまたはスクリプトを実行する必要があります。Controller上のローカル管理者グループのメンバーは、Citrix Virtual AppsまたはCitrix Virtual Desktops™をインストールするために完全な管理権限を自動的に持ちますが、Citrixは通常の運用では、ローカル管理者アカウントを使用するのではなく、適切な権限を持つCitrix管理者を作成することを推奨します。
コマンドレットへのアクセスと実行
- PowerShellでシェルを起動します。Studioを開き、PowerShellタブを選択し、Launch PowerShellをクリックします。
- スクリプト内でSDKコマンドレットを使用するには、PowerShellで実行ポリシーを設定します。PowerShellの実行ポリシーについては、Microsoftのドキュメントを参照してください。
-
- スナップイン(モジュールではなく)を使用したい場合は、
Add-PSSnapin(またはasnp)コマンドレットを使用してスナップインを追加します。
V1とV2はスナップインのバージョンを示します。XenDesktop 5のスナップインはバージョン1です。Citrix Virtual Apps and Desktops、および以前のXenDesktop 7バージョンのスナップインはバージョン2です。例えば、Citrix Virtual Apps and Desktopsスナップインをインストールするには、
Add-PSSnapin Citrix.ADIdentity.Admin.V2と入力します。すべてのコマンドレットをインポートするには、Add-PSSnapin Citrix.*.Admin.V*と入力します。 - スナップイン(モジュールではなく)を使用したい場合は、
これでコマンドレットとヘルプファイルを使用できます。
- このSDKのヘルプファイルにアクセスするには、Categoriesリストで製品またはコンポーネントを選択し、Citrix Virtual Apps and Desktops SDKを選択します。
- PowerShellのガイダンスについては、Windows PowerShell Integrated Scripting Environment (ISE)を参照してください。
Group Policy SDK
Citrix Group Policy SDKを使用すると、グループポリシー設定とフィルターを表示および構成できます。このSDKは、PowerShellプロバイダーを使用して、マシンおよびユーザー設定とフィルターに対応する仮想ドライブを作成します。プロバイダーはNew-PSDriveの拡張機能として表示されます。
Group Policy SDKを使用するには、StudioまたはCitrix Virtual Apps and Desktops SDKのいずれかがインストールされている必要があります。
Citrix Group Policy PowerShellプロバイダーは、モジュールまたはスナップインとして利用できます。
- モジュールを使用する場合、追加の作業は不要です。
- スナップインを追加するには、
Add-PSSnapin citrix.common.grouppolicyと入力します。
ヘルプにアクセスするには、help New-PSDrive -path localgpo:/と入力します。
仮想ドライブを作成し、設定をロードするには、New-PSDrive <Standard Parameters> [-PSProvider] CitrixGroupPolicy -Controller <string>と入力します。ここでController文字列は、接続して設定をロードしたいサイト内のControllerの完全修飾ドメイン名です。
Citrix Virtual Apps and Desktops REST API
Citrix Virtual Apps and Desktops REST APIを使用すると、Citrix Virtual Apps and Desktops展開内のリソースの管理を自動化できます。
Citrix Virtual Apps and Desktops REST APIは、https://developer.cloud.com/citrixworkspace/citrix-daas-rest-apis/docs/citrix-virtual-apps-and-desktops-apisで利用できます。Citrix Virtual Apps and Desktopsに適用されないAPIは、その旨がマークされています。そこにあるガイダンスに従って、APIサービスへのアクセスを設定し、APIを使用してリソースを管理および最適化してください。
Monitor Service OData
Monitor APIは、OData APIのバージョン3または4を使用してMonitor Serviceデータへのアクセスを許可します。Monitor Serviceデータからクエリされたデータに基づいて、カスタマイズされた監視およびレポートダッシュボードを作成できます。OData V.4はASP.NET Web APIに基づいており、集計クエリをサポートしています。
詳細については、Monitor Service OData APIを参照してください。
共有
共有
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.