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!
SDKs and APIs
Several SDKs and APIs are available with this release. For details, see Developer Documentation. From there, you can access programming information for:
- Delivery Controller
- Monitor Service OData
- StoreFront
The Citrix Group Policy SDK allows you to display and configure Group Policy settings and filters. It uses a PowerShell provider to create a virtual drive that corresponds to the machine and user settings and filters. The provider appears as an extension to New-PSDrive. To use the Group Policy SDK, either Studio or the Citrix Virtual Apps and Desktops SDK must be installed. See Group Policy SDK for more information.
Delivery Controller SDK
The SDK comprises several PowerShell snap-ins that are installed automatically when you install a Delivery Controller or Studio.
Permissions: You must run the shell or script using an identity that has Citrix administration rights. Although members of the local administrators group on the Controller automatically have full administrative privileges to allow Citrix Virtual Apps or Citrix Virtual Desktops to be installed, Citrix recommends that for normal operation, you create Citrix administrators with the appropriate rights, rather than use the local administrators account.
To access and run the cmdlets:
- Start a shell in PowerShell: Open Studio, select the PowerShell tab, and then click Launch PowerShell.
-
To use SDK cmdlets within scripts, set the execution policy in PowerShell. For more information about PowerShell execution policy, see the Microsoft documentation.
Note:
The current SDK installs as both a PowerShell snap-in and a PowerShell module.
With the addition of the module functionality, you can use this SDK’s cmdlets without a preceding
Add-PSSnapin
(orasnp
) cmdlet.For associated components’ SDKs (such as Citrix Licensing, Citrix Provisioning, and StoreFront) that install only as a snap-in, using their cmdlets still requires a preceding
Add-PSSnapin
(orasnp
).If you want to use this SDK through the snap-in, continue with the next step.
-
Add the snap-ins you require into the PowerShell environment using the
Add -PSSnapin
cmdlet in the Windows PowerShell console.V1 and V2 denote the version of the snap-in. XenDesktop 5 snap-ins are version 1. Citrix Virtual Apps and Desktops, and earlier XenDesktop 7 version snap-ins are version 2. For example, to install Citrix Virtual Apps and Desktops snap-ins, type
Add-PSSnapin Citrix.ADIdentity.Admin.V2
. To import all of the cmdlets, type:Add-PSSnapin Citrix.*.Admin.V*
After adding the snap-ins, you can access the cmdlets and their associated help.
To see the current Citrix Virtual Apps and Desktops PowerShell cmdlet help:
- From the PowerShell console, add the Citrix snap-ins:
Add –PSSnapin Citrix.*.Admin.V*
. - Follow the instructions in The Windows PowerShell ISE.
Group Policy SDK
To use the Group Policy SDK, either Studio or the Citrix Virtual Apps and Desktops SDK must in installed.
To add the Group Policy SDK, type Add-PSSnapin citrix.common.grouppolicy
. (To access help, type: help New-PSDrive -path localgpo:/
)
To create a virtual drive and load it with settings, type New-PSDrive <Standard Parameters> [-PSProvider] CitrixGroupPolicy -Controller <string>
where the Controller string is the fully qualified domain name of a Controller in the Site you want to connect to and load settings from.
Monitor Service OData
The Monitor API allows access to the Monitor Service data using Version 3 or 4 of the OData API. You can create customized monitoring and reporting dashboards based on data queried from the Monitor Service data. OData V.4 is based on the ASP.NET Web API and supports aggregation queries. For more information, see the Monitor Service OData API.
Share
Share
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.