For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installation

The PowerShell Pro Tools module is distributed through the PowerShell Gallery.

Install-Module PowerShellProTools

To install for the current user only, use -Scope CurrentUser.

Install-Module PowerShellProTools -Scope CurrentUser

Update

Update-Module PowerShellProTools

Last updated