update rmm tool names in agent installer log files

This commit is contained in:
2021-01-24 07:12:52 -05:00
parent a8f3f279be
commit 5b1d893bf1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,6 +26,6 @@ If ( !(Test-Path "${Env:ProgramFiles}\ATERA Networks\AteraAgent\AteraAgent.exe")
Try { Remove-Item $AGENT_INSTALLER -Force } Try { Remove-Item $AGENT_INSTALLER -Force }
Catch { LogErr $_.Exception.Message } Catch { LogErr $_.Exception.Message }
} Else { LogMsg "The agent is already installed on this endpoint." } } Else { LogMsg "Atera agent is already installed on this endpoint." }
+1 -1
View File
@@ -27,5 +27,5 @@ If ( !(Test-Path $AGENT_EXE) )
## Install the agent ## Install the agent
Install-Program $AGENT_INSTALLER -Arguments "/s /v"" /qn CUSTOMERID=${CUSTOMER_ID} CUSTOMERSPECIFIC=1 REGISTRATION_TOKEN=${TOKEN} SERVERPROTOCOL=HTTPS SERVERADDRESS=${SERVER} SERVERPORT=443""" -Delete Install-Program $AGENT_INSTALLER -Arguments "/s /v"" /qn CUSTOMERID=${CUSTOMER_ID} CUSTOMERSPECIFIC=1 REGISTRATION_TOKEN=${TOKEN} SERVERPROTOCOL=HTTPS SERVERADDRESS=${SERVER} SERVERPORT=443""" -Delete
} Else { LogMsg "The agent is already installed on this endpoint." } } Else { LogMsg "N-Central agent is already installed on this endpoint." }