Skip to Main Content
Status Released
Categories Skillable Studio
Created by Wayne Klapwyk
Created on May 9, 2021

Allow Powershell Customization by Organization

We use a small number of specific Powershell modules that have to be installed each time a Life Cycle Action or Automated Action script is run. This takes time and induces delays into the running of the scripts. It would be beneficial if we could define specific Powershell Modules to always be added to an environment by Organization so it is always available when a lab in launched.

  • ADMIN RESPONSE
    Jan 26, 2022

    For Cloud fabrics, this is now supported with the release of new languages/versions (see attached screenshot for how to implement). For PowerShell specifically it will require one of the v7.1+ options, but is not supported in the Az option (it is in the Azure CLI option though).

    For VM based labs, you just need to make sure that the modules are already installed in the environment's PowerShell, and you can use any of them in your LCAs/Activities.

  • Attach files