There is a bug in Powershell Community extensions, which I believe will be fixed in their next release, that under certain circumstances (including running in Powershell Analyzer, or in conjunction with certain snap-ins like /N software cmdlets) will crash. Basically it’s a simple exception not being trapped, however its running on another thread. Anyhow if this is causing you problems with Powershell Analyzer. Look for the profile.ps1 files that thePSCX install modifies, and place the # character at the start of the line that says “start-tabcompletion” , and that will skip pass the faulty PSCX code and Powershell Analyzer should run perfectly fine.
Much appreciate and admiration to the Powershell CX folks and all they do.
Sincerely,
The ShellTools Team.