Welcome to the inaugural post for Think PowerShell! In determining where to start, I thought it best to do an extremely high-level overview of PowerShell.
A Brief History of PowerShell
PowerShell is a task automation and configuration management scripting framework built on the .NET Framework. Scripts are written using cmdlets (pronounced command-lets), which are special classes built on .NET for performing specific operations.