PSScriptAnalyzer

Costas

Administrator
Staff member
is a static code checker for Windows PowerShell modules and scripts. PSScriptAnalyzer checks the quality of Windows PowerShell code by running a set of rules. The rules are based on PowerShell best practices identified by PowerShell Team and the community. It generates DiagnosticResults (errors and warnings) to inform users about potential code defects and suggests possible solutions for improvements.

https://github.com/PowerShell/PSScriptAnalyzer



Windows Management Framework 5.0
https://www.microsoft.com/en-us/download/details.aspx?id=50395
 
Top