1.1.1 Production

 Downloads & Files



Application PowerShellCX_1.1.1_Setup.exe
application, 1056K, uploaded Jun 22 2007  - 27518 downloads
Documentation about_Pscx.help.txt
documentation, 36K, uploaded Jun 22 2007  - 11795 downloads
Documentation ReadMe.rtf
documentation, 3K, uploaded Jun 22 2007  - 10078 downloads

Release Notes

Maintenance release for 1.1 for issues that were discovered since release.

PowerShell v2.0 CTP2/CTP3 Compatibilty

If you plan to run this with the latest CTP, you'll need to run this script after you've loaded PSCX for the first time. You only need to run this fix once.

$path = "$((get-pssnapin -r pscx).applicationbase)\typedata\filesystem.ps1xml" 
$config = [xml](gc $path) 
$config.Types.removechild($config.Types.Type[1]) 
$config.get_outerXML() > $path 
update-typedata 


 Reviews for this release
 
 
 
 
 

Good try. Though if you want to run XP or W2K3 server in either x32 or x64, New-Symlink dosen't work. In XP it will politely tell you that you should be running Vista for this command. In W2K3 server, it flat out breaks. –
by stoberman on May 21 at 8:01 PM 
 
 
 
 
 

Awesome set of extensions. I put this on every machine I use.
by dalehirt on May 12 at 4:24 PM 
 
 
 
 
 

I can't run it on WIndows 7 RC
by KrKl on May 5 at 3:04 PM 
 
 
 
 
 

These extensions really are essential.
by brianpeiris on Mar 25 at 5:03 PM 
Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Version 2009.6.1.15196