build most of Test-InternetBandwidth.ps1
small fix for Tools.ps1 and Uninstall-NCentralComponents.ps1
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user