Installation
Last updated
PSEdit is distributed through the PowerShell Gallery.
Install-Module pseditTo install without administrator permissions, use the current-user scope.
Install-Module psedit -Scope CurrentUserInstall PSScriptAnalyzer to enable PowerShell formatting.
Install-Module PSScriptAnalyzerImport-Module psedit
Get-Command Show-PSEditor
Get-Alias pseditLast updated