Installation and Licensing
Installation
Visual Studio
PowerShell Pro Tools is included with PowerShell Tools for Visual Studio. You can install it through Visual Studio or download it from the Marketplace.
For offline installation instructions, click here.
Visual Studio Code
The Visual Studio Code extension is available on the Visual Studio Marketplace and can be installed from within Visual Studio Code. Search for PowerShell Pro Tools when searching in VSC.
Visual Studio Code Offline Install
You can install a Visual Studio Code extension by downloading the VSIX file from the Marketplace and then clicking Install from VSIX within the extension pane in Visual Studio Code.
PowerShell Module
The PowerShell Module is available on the PowerShell Gallery.
Installing Previous Versions
Visual Studio
Previous versions of the Visual Studio extension can be found on our downloads page.
Visual Studio Code
You can select from previous versions of the Visual Studio Code extension in the extension pane. Click the Gear icon next to PowerShell Pro Tools and select Install Another Version...
PowerShell Module
You can install a previous version of the PowerShell Module by using the -RequiredVersion
parameter of Install-Module
.
Licensing
We are sunsetting PowerShell Pro Tools. End of sales will be October 1st, 2024 with end of life is October 1st, 2025. Learn more.
Trial Licenses
By default, PowerShell Pro Tools installs and allows for a limited set of features. If you would like to trial PowerShell Pro Tools without these limitations, you can request a trial key.
Purchasing a License
Visit the purchasing page and follow the instructions to purchase a license. A license will be emailed to you within ten minutes of purchase.
Installing a License
Visual Studio
PowerShell Tools for Visual Studio does not require a license.
Visual Studio Code
PowerShell Pro Tools for Visual Studio Code does not require a license.
Manual Installation
You can manually install your license by placing a license.lic
file in your %AppData%\PowerShell Pro Tools
directory. The directory may not exist. Place the full XML of the license file you received in this file.
PSScriptPad
PSScriptPad licenses can be installed using the above methods. PSScriptPad also supports loading license files that reside next to the PSScriptPad.exe file. Create a file called license.lic
and place it in the same directory as PSScriptPad. The license will be loaded from this location, if present.
Last updated