Improving the PowerShell editing experience can greatly improve your productivity. PSReadLine, in a line, is a PowerShell module that does just that - it provides improved syntax coloring, better multi-line editing, autocomplete, etc. INSTALL PowerShell ships with PSReadLine, but run the following command to install the latest version: Install-Module -Name PSReadLine -AllowClobber -Force CONFIGURE PSReadLine … Continue reading Configure PowerShell autocomplete using PSReadLine