PowerShell SDK for automation
Citrix SDK for XenDesktop is based on the Microsoft Windows PowerShell language, which lets you perform all of the administrative tasks that you can do in Citrix Studio, and even more tasks that can't be performed with Studio alone. This PowerShell-based SDK lets you automate XenDesktop administrative tasks, operations, and also integrate with other Windows technologies or programming platforms.
The purpose of SDK
As widely known, SDK stands for Software Development Kit and is also termed as DevKit. SDK generally consists of one or more Application Programming Interfaces (API) that are shipped in the form of libraries (.dll
files) with an interface to a particular programming language. SDKs are provided by the software product vendors to their developer communities. SDKs include detailed documentation, debugging, and respective development tools. It's primarily aimed at software developers to build software that reuses, extends, or customizes functionalities to...