Installing XenApp 6 PowerShell SDK
Download source for v6 here, for updated versions refer to Citrix Developer Network. Once downloaded, installing the SDK is simply invoking the installer as local admin. A successful installation looks like below: As shown above, the installer installs below snap-ins for Powershell: Citrix Common Commands Citrix XenApp server SDK Citrix Group Policy Management The exact snap-in names are as below: Windows PowerShell Copyright (C) 2009 Microsoft Corporation. All rights reserved. Loading Citrix.Common.Commands snapin… Loading Citrix.Common.GroupPolicy snapin… Loading Citrix.XenApp.Commands.Remoting module… To list all the Citrix commands: Get-CtxCommand To list the Citrix commands related to a specific topic: Get-CtxCommand *topic* To display […]
Read more