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

Installation

PSCommander is distributed through the PowerShell Gallery.

Install-Module PSCommander

To install without administrator permissions, use the current-user scope.

Install-Module PSCommander -Scope CurrentUser

Start PSCommander

Create the starter configuration and launch PSCommander.

Start-Commander

Run at Logon

Register PSCommander to run when the user logs on.

Install-Commander

Remove the logon registration with Uninstall-Commander.

Uninstall-Commander

Last updated