squaredup / Community.DataOnDemand.MP

The Data on Demand Management Pack contains a number of useful System Center Operations Manager (SCOM) agent tasks, including the Netstat task required by Squared Up Visual Application Discovery & Analytics.
GNU General Public License v3.0
4 stars 2 forks source link

#20 Prevent process description from being set to a null value. #21

Closed shadeon closed 7 years ago

shadeon commented 7 years ago

Since procDesc is already initialized to a string, we now simply test if the file description is null prior to attempting to set the value.

This PR also adds an exclusion to gitignore for a file for VSCode (debugging of PowerShell) and some fixes for PowerShell best practice violations.

Fixes Issue #20