It’s likely you don’t need too much of an introduction to PowerShell because you purchased a book on how to write scripts and develop with it after all! First, we are going to dive into a little history, learn some terminology, and then get stuck into the fun part, writing code.
Essentially PowerShell is made up of a command line shell similar to that of the old DOS command prompt that can run code written in the PowerShell scripting language.
For years we Windows system administrators and script developers were using DOS-based batch scripts ...