In early stages of development PowerShell had code name 'Monad'. For some time later it was referred to as “Microsoft Shel” thus using different extension for script files - .msh Currently Microsoft supports two versions of PowerShell - v1 and v2. Both versions use same extension - .ps1, and located in same path - %windir%\system32\WindowsPowerShell\v1.0\. Version 2.0 is latest and available for following operating systems: Windows XP SP2+, Windows 2003, Windows Vista, Windows 2008, Windows 7, Windows 2008 R2.
Since its release PowerShell got quite a big adoption in a Microsoft products and in products of other vendors. There is also many extensions for PowerShell that written by the community.
It is possible to create different custom hosting engines for PowerShell. Two such engines are provided with PowerShell: console host (powershell.exe) and scripting environment (PowerShell ISE). There is also some other shells built by different companies or community activists. Documentation for creating your own host can be found here.
There are a vast amounts of information for learning Windows PowerShell. You can start from this hubs:
This article is also available in the following languages:
Pronichkin edited Revision 1. Comment: Fixed the table (no, really)
Vasily Gusev edited Revision 7. Comment: Moved products and features to different article
Pronichkin edited Revision 12. Comment: resized the ISE pic
This would probably be better served if it were rolled into the current article social.technet.microsoft.com/.../windows-powershell-survival-guide.aspx
Arposh, yep, I know about survival guide, but I'm think that it is more like link collection than wiki page. Wiki allows you to easly structure material, reference it from many pages and so on. IMHO better to create separate articles: one for introduction to technology, one for products that use it, one for modules, an so on. Such separate articles are easier to update and they can be easily referenced both from product page or from link collections.
Vasily Gusev edited Revision 14. Comment: Added link to List of Windows Features and Roles that Take Advantage of Windows PowerShell
Thank you so much for the Survival Guide link, Vasily. Great work, man.
yottun8 edited Revision 29. Comment: Added ja-JP version.
Good