After importing PSCX then get-help is broken for any topic. e.g.PS M:> get-help about_CommonParameters...SEE ALSO about_Preference_Variables Write-Debug Write-Warning Write-Error Write-VerbosePS M:> import-module pscxPS M:> get-help about_CommonParametersProperty 'HelpUri' cannot be found for type 'System.Management.Automation.CmdletBindingAttribute'.At C:\windows\system32\WindowsPowerShell\v1.0\Modules\pscx\Modules\GetHelp\Pscx.GetHelp.psm1:407 char:19+ [CmdletBinding <<<< (DefaultParameterSetName='AllUsersView', HelpUri='
http://go.microsoft.com/fwlink/?LinkID=113316')] + CategoryInfo : InvalidOperation: (:) [], RuntimeException + FullyQualifiedErrorId : PropertyAssignmentExceptionNote, This is for the 2.1 Production release of PSCX and occurs on both Win7 Desktop and Win2008 virtual server.