build most of Test-InternetBandwidth.ps1

small fix for Tools.ps1 and Uninstall-NCentralComponents.ps1
This commit is contained in:
2021-07-29 12:36:52 -04:00
parent 3e8ad9891b
commit b8abdf765f
3 changed files with 56 additions and 3 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
## Remove N-Central Patch Management Service Controller
## Remove N-Central Patch Management Service Controller
If ( Test-Path "${Env:ProgramFiles(x86)}\MspPlatform\PME\unins000.exe" ) {
LogMsg "Uninstalling N-Central Patch Management Service Controller"
Try { Start-Process "${Env:ProgramFiles(x86)}\MspPlatform\PME\unins000.exe" -ArgumentList "/SILENT" -Wait }