The PowerShell Pro Tools module is distributed through the PowerShell Gallery.
Install-Module PowerShellProTools
To install for the current user only, use -Scope CurrentUser.
-Scope CurrentUser
Install-Module PowerShellProTools -Scope CurrentUser
Update-Module PowerShellProTools
Last updated 26 days ago