PowerShell 1.0 for Windows XP
I just noticed in today’s Tuesday round of Microsoft Updates that there is an optional software download for PowerShell 1.0 on Windows XP. PowerShell has been one of those things that I really want to learn, but just haven’t devoted the time. I desperately would like to replace my use of the Command Prompt with Windows PowerShell.
PowerShell really is more than just your regular Command Line Interpreter that you have been used to, especially compared to the Windows Command Prompt. You get the power of the command line shells that you may have tried out in Linux environments, but it really does go beyond those as well. PowerShell is (from Wikipedia) "Microsoft’s new extensible command line shell and task-based scripting technology." Here is a quote from an MSDN document that better explains the advantages PowerShell brings:
"Unlike most shells, which accept and return text, Windows PowerShell is built on top of the .NET common language runtime (CLR) and the .NET Framework, and accepts and returns .NET objects. This fundamental change in the environment brings entirely new tools and methods to the management and configuration of Windows.
"Windows PowerShell introduces the concept of a cmdlet (pronounced "command-let"), a simple, single-function command-line tool built into the shell. You can use each cmdlet separately, but their power is realized when you use these simple tools in combination to perform complex tasks. Windows PowerShell includes more than one hundred basic core cmdlets, and you can write your own cmdlets and share them with other users.
"Like many shells, Windows PowerShell gives you access to the file system on the computer. In addition, Windows PowerShell providers enable you to access other data stores, such as the registry and the digital signature certificate stores, as easily as you access the file system."
If you want to know more about PowerShell, I would suggest the following readings:
Also, James Kovacs from CodeBetter.com has been doing a series of posts on the basics of PowerShell that is a great light introduction to how a developer would find the tool most useful. Here are two of the starting posts from that series: