Monthly Archives: July 2015

PSCX 3.2.1 Pushed to the PowerShellGallery

When you get your shiny new Windows 10 system up and running and want to get PSCX 3.2.1 installed, just drop to the console and execute: Install-Module Pscx -Scope CurrentUser If you are running from an elevated prompt, you can … Continue reading

Posted in PSCX | Leave a comment

PSScriptAnalyzer–FxCop for PowerShell script

As a C and now C# developer I’ve always liked getting help with my code in the form of either Lint for C or code analysis a.k.a. FxCop for C#.  These tools are great at pointing out real and potential … Continue reading

Posted in PowerShell 5.0, PSScriptAnalyzer | Leave a comment