I Thought PowerShell Was Just a Better CMD and I Was Wrong
Seeing all these great articles about how powerful Powershell on Windows is, I opened it up to see what the fuss is all about. I saw a command prompt-style window with a familiar-looking prompt and figured I understood it. Just a different command prompt, right? Turns out (and it’s embarrassing to say so) I might as well have called the space shuttle a faster airplane. PowerShell isn’t an upgrade to Command Prompt (CMD) but a fundamentally different tool built on a different philosophy. Once you understand what that is, then, you’ll see this specific command line shell in a completely different way. Related What Is Windows PowerShell? You know about Command Prompt. But what is Windows PowerShell? CMD and PowerShell aren’t really the same kind of thing They just look similar, is all Pankil Shah / MakeUseOfCredit: Pankil Shah / MakeUseOf Command Prompt has been part of the Windows experience since the MS-DOS era and it really hasn’t changed much since then. It does what it’s always done, taking a command, running it, and printing resulting …

