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
Just run
choco install pscx
See chocolatey.org for a one-liner to get the choco
command.
Keep in mind you may still have to call this in your scripts before running their commands:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser #allows scripts to run from the interwebs, such as pcsx