Installation
PSCommander is distributed through the PowerShell Gallery.
Install-Module PSCommanderTo install without administrator permissions, use the current-user scope.
Install-Module PSCommander -Scope CurrentUserStart PSCommander
Create the starter configuration and launch PSCommander.
Start-CommanderRun at Logon
Register PSCommander to run when the user logs on.
Install-CommanderRemove the logon registration with Uninstall-Commander.
Uninstall-CommanderLast updated