N-able / CustomMonitoring

Custom Monitoring components for N-Central
52 stars 45 forks source link

Patch Status - PME Patch Status AMP #23

Closed trevario closed 3 years ago

trevario commented 3 years ago

in the powershell inside the AMP: Name: Get-PMEServices-AMP.ps1 Version: 0.2.0.0 (17/03/2021) This line (line 160): $PMEProgramFilesFolder = "${Env:ProgramFiles(x86)}\SolarWindsMSP" is not a valid path and if I change the path variable by putting in a space in "SolarWinds MSP", it seems to work as intended and can compare versions correctly: $PMEProgramFilesFolder = "${Env:ProgramFiles(x86)}\SolarWinds MSP"

prejay commented 3 years ago

Trevario; I onyl just saw your comment. Thnak You. I notced the same thing shortly after posting, and it should have updated to 0.2.0.1 with that change shortly after the originla post.