I\'m running Windows 7 with PowerShell 2 installed.
I\'ve downloaded version 2.1 from here - http://pscx.codeplex.com/releases
The Release notes say
You can also use PsGet to easily search and install PowerShell modules.
You can check which modules have been added to PsGet by browsing for all modules:
> Get-PsGetModuleInfo *
Or locate this one specfically:
> Get-PsGetModuleInfo pscx
Then you can install based on that information:
> Install-Module pscx