PowerShell is a command line shell and scripting language from Microsoft. It ships with the Windows operating system, and it first made its appearance in 2006. Well, now we do have two publically available editions of PowerShell. The first is the PowerShell v5.1, and the second one is the newer PowerShell Core v6.0.

Difference between PowerShell & PowerShell Core

The first and foremost difference is as we know that PowerShell Core is cross-platform and runs on Windows, Linux, and MacOS while the old one runs on Windows only. If you are curious, you can run PowerShell Core on unsupported ARM versions as well, but that is buggy and is expected to throw some errors. PowerShell Core will be provided with new feature updates and fixes while the older PowerShell will just be provided bug fixes and security updates. This is an official statement from Microsoft about the same :

Secondly, PowerShell Core is not as powerful as PowerShell that comes out of the box with Windows. The reason behind this is that the new PowerShell uses the less feature-rich .NET Core and .NET Standard and the older one uses older .NET Framework and .NET Standard. The reason behind this is that .NET Core is new, and Microsoft needs time to make it as powerful as .NET Framework is now. Microsoft says that PowerShell Workflows, PowerShell Snap-ins, WMIv1 cmdlets and executing Desired State Configuration resources specifically. Now, without much paraphrasing let me just insert all the details in a tabular form : Now, if you wish to try out PowerShell Core on your Windows, Linux or MacOS machine head over to the official GitHub repository page of the same here and find the suitable version for you system. Read next: What is PWSH.EXE?