About 11,700,000 results
Open links in new tab
  1. Getting started | Configuring Citrix Workspace using PowerShell module

    Apr 2, 2025 · Download the PowerShell module. Unpack the .zip to a location of your choosing. To use the API you need a client ID and Secret. For more information, see Citrix Cloud API. Use the following script to load the PowerShell module: Write-Host "Importing StoreConfig PowerShell Module..." -ForegroundColor "Green" .

  2. Citrix Module PowerShell: Your Quickstart Guide

    Sep 2, 2024 · The Citrix Module for PowerShell enables administrators to automate management tasks within Citrix environments, allowing seamless integration and control through scripting. Here's a simple code snippet to get started with listing Citrix Delivery Groups:

  3. How to configure PowerShell SDK and execute commands …

    Once all the snap-ins are installed, open PowerShell and execute the command asnp citrix* to load all the Citrix snap-ins. 5. Once the snap-ins are loaded, you can run the Citrix PowerShell commands by using the "AdminAddress" parameter.

  4. Citrix Virtual Apps and Desktops – Commonly used PowerShell

    May 4, 2023 · Always start with a Get. Of course, start with the below command to load all the Citrix PS modules first. I would suggest you run the below commands as per your requirement and then select the specific parameters to fine tune the results.

  5. Citrix Provisioning 1912 PowerShell with Objects Programmer’s …

    May 26, 2023 · Use the information that follows to manage a ProvisioningService’s implementation from the PowerShell Interface with Objects. The PowerShell snap-in (Citrix.PVS.SnapIn.dll) can be installed using the Provisioning Server Console install.

  6. Overview | Configuring Citrix Workspace using PowerShell module

    Apr 2, 2025 · The Citrix Workspace Store Configuration PowerShell module can be used to view and configure certain settings for your Citrix Workspace. You can view and configure the following settings: Prevents ICA files from being downloaded to client machines when the store is accessed through a web browser.

  7. How to load the Citrix Powershell snapin for XA and XD

    Oct 26, 2015 · Ever open up Powershell on a Citrix XenApp or XenDesktop server and type a Citrix command without success? Most likely, the Citrix Powershell snapin isn't loaded. Here is how to do it. Open Powershell with Run as Administrator. Asnp Citrix.* If you get an error try. add-pssnapin Citrix.* To list commands after loading the snapin.

  8. Getting started with PowerShell automation for Citrix Cloud

    Feb 3, 2022 · 1) To set up the connection with Citrix Cloud environment, use the Client Secret created in the above steps. The command to use in PowerShell would look like: 2) You can use the following PowerShell commands to list the PowerShell Citrix Cloud profiles stored in the computer locally:

  9. PowerShell Basics for Citrix Virtual Apps and Desktops

    Dec 10, 2020 · In order to use the CVAD cmdlets, we need to load the PowerShell modules that they reside in except until recent releases, Citrix put these cmdlets into PowerShell snapins rather than modules which means we load them in a slightly different way. To load all Citrix cmdlets from snapin we can run this:

  10. Manage Citrix Cloud using PowerShell – hallspalmer_Blog

    Feb 19, 2019 · In order for this to work you will need to download and install “ CitrixPoshSdk.exe ” which can be found here: https://download.apps.cloud.com/CitrixPoshSdk.exe. Once installed, open PowerShell and run the following commands: This will store the CloudAPI key necessary for use at a later date.

  11. Some results have been removed