Discover how to get started with Microsoft’s powerful scripting tool, with Nick Peers
At first glance, the Windows PowerShell looks to be a facsimile of the Command Prompt, but to dismiss it as such leaves you missing a huge trick. In fact, PowerShell is a platform designed to automate many Windows tasks through a clever scripting language. It’s based on the .NET Framework, which gives it lots of flexibility and scope, particularly when you access it through the PowerShell ISE (Integrated Scripting Environment) program, which provides even more useful tools and shortcuts — such as syntax highlighting and IntelliSense tab completion — to help you build the perfect script to achieve what you want.