> For the complete documentation index, see [llms.txt](https://docs.poshtools.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.poshtools.com/open-source-tools/powershell-module/installation.md).

# Installation

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

```powershell
Install-Module PowerShellProTools
```

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

```powershell
Install-Module PowerShellProTools -Scope CurrentUser
```

## Update

```powershell
Update-Module PowerShellProTools
```
