Ivanti Endpoint Manager ( EPM ) version 2017.3 Remote Management Console fails on a step "Installing the Remote Console" - Failed
SOLUTION
Created local Windows account, added the newly created local account to the local group "Administrators" and launched the Ivanti EPM version 2017.3 setup.exe as the newly created local Windows account.
Example:
step 1 of 3 - net.exe user ivanti.install * /add
step 2 of 3 - net.exe localgroup administrators ivanti.install /add
step 3 of 3 - runas.exe /noprofile /user:ivanti.install c:\ivanti2017-3\setup.exe
* assumption is that the Ivanti EPM 2017.3 file Ivanti2017-3.exe has been extracted to c:\ivanti2017-3