Chapter 4. Running commands
When you start looking at PowerShell examples on the internet, it’s easy to get the impression that PowerShell is some kind of .NET Framework–based scripting or programming language. Our fellow Microsoft Most Valuable Professional (MVP) award recipients, and hundreds of other PowerShell users, are pretty serious geeks, and we like to dig deep into the shell to see what we can make it do. But almost all of us began right where this chapter starts: running commands. That’s what we’ll be doing in this chapter: not scripting, not programming, but running commands and command-line utilities.
PowerShell, as its name implies, is a shell. It’s similar to the Cmd.exe command-line shell that you’ve probably used previously, and it’s even similar to the good old MSDOS shell that shipped with the first PCs back in the 1980s. It also has a strong resemblance to the Unix shells, like Bash, from the late 1980s, or even the original Unix Bourne shell, introduced in the late 1970s. PowerShell is much more modern, but in the end, PowerShell isn’t a scripting language like VBScript or KiXtart.