What is pwsh? Modern PowerShell Explained

If you’ve worked with PowerShell, you’re likely familiar with powershell.exe. But in recent years, a new executable has emerged: pwsh.exe. So, what is pwsh, and how is it different? In short, pwsh is the executable for modern, open-source, and cross-platform PowerShell (version 6 and newer). It represents a fundamental evolution of PowerShell, transforming it from a Windows-only tool into a powerful automation language for any platform. This guide will explore the history of pwsh, its key features, and why you should be using it for all your new scripting and automation projects. ...

October 13, 2025 · The PwshTips Team