Automation Kit for Power Platform

Command Line Install

To install the latest version of the Automation Kit using the command line, you can use the following steps below. If you are unable to use the command line tools you can use the manual steps documented in Setup Guidance.

  1. Ensure that you have Enable the Power Apps component framework feature in the environments that you want to install the Automation Kit for both Main and Satellite environments.

  2. Ensure that the Creator Kit installed into the environments that you wish to install into

  3. Open the latest release from the Automation Kit GitHub Releases

  4. Download the AutomationKitInstall.zip from the Assets section

  5. In the Windows Explorer select the downloaded AutomationKitInstall.zip and open the properties dialog

  6. Select the Unblock button

  7. Select AutomationKitInstall.zip and use context menu to Extract All

  8. Ensure that you have the Power Platform CLI installed

  9. Execute the powershell script using the following command line

cd AutomationKitInstall
powershell Install_AutomationKit.ps1

NOTE:

  1. Depending on your PowerShell execution policy you may need to run the following command
Unblock-File Install_AutomationKit.ps1
  1. The PowerShell script will prompt you to create an installation configuration file using Install Setup. The setup configuration pages will provide you the following

    • Select configuration for main or satellite solutions

    • Select users to assign to security groups

    • Create connections required to install the solution

    • Define environment variables

    • Optionally define if sample data should be imported

    • Optionally Enable Power Automate Flows contained in the solutions should be enabled

  2. After you complete the website setup steps you can copy downloaded automation-kit-main-install.json or automation-kit-satellite-install.json file to the AutomationKitInstall folder above

  3. Once the file is downloaded the script will prompt for y to install the main solution, n to install satellite solution

  4. The install will then upload start the install with the defined settings

Feedback

Want to provide feedback on the setup process? The questions below help us improve the process.