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