For topics and problems related specifically to Windows PowerShell 2.0. PowerShell 2.0 shipped with the releases of Windows 7 and Windows Server 2008 R2. For general PowerShell topics, use the `PowerShell` tag.
For general PowerShell information see the powershell tag wiki.
Description of PowerShell-v2.0
Windows PowerShell 2.0 shipped with the releases of Windows 7 and Windows Server 2008 R2. PowerShell 2.0 is available as a download for Windows XP, Windows Vista, Server 2003, Server 2003 R2 and Server 2008.
The major new features in PowerShell 2.0 are:
- powershell-remoting - WinRM / WS-Management based remote administration.
- powershell-module - script/binary packaging similar to Perl packages.
- powershell-ise - integrated script editor and debugging. Adds support for Unicode in the shell.
- Advanced Functions - provides script functions with cmdlet-style parsing features as well as help via specially formatted comments.
- Transactions - registry operations support transactional semantics on operating systems that provide the underlying support.