To quote the completely understated download blurb:
Windows PowerShell V2 CTP3 introduces several significant features to Windows PowerShell 1.0 and Windows PowerShell V2 CTPs that extends its use, improves its usability, and allows you to control and manage the Windows environment more easily and comprehensively.
The release notes are quite extensive. Here is the section on breaking changes from CTP2:
Breaking Changes to Windows PowerShell V2 (CTP2)
The following changes in Windows PowerShell V2.0 CTP3 might prevent features designed for Windows PowerShell 2.0 CTP2 from working correctly.
Enable-PSRemoting –force
Note: If you have upgraded from the Windows PowerShell V2 CTP2 release to the Windows PowerShell V2 CTP3 release, to configure your system for WS-Management remoting, type:
Unregister-PSSessionConfiguration * -force;
Register-PSSessionConfiguration Microsoft.PowerShell –force;
Get it from http://www.microsoft.com/downloads/details.aspx?FamilyID=c913aeab-d7b4-4bb1-a958-ee6d7fe307bc – piping hot!
Page rendered at Thursday, September 02, 2010 5:31:07 PM (Eastern Daylight Time, UTC-04:00)