Hi all, hopefully a really quick one. I'm deploying Cisco Jabber 11.6.1.38147 to Windows 7 devices via SCCM and would like to add two CUP_ADDRESS values for high availability. I have 1.1.1.1 and 2.2.2.2 and am using the following MSIEXEC installation switch:
msiexec.exe /i CiscoJabberSetup.msi /quiet CLEAR=1 AUTHENTICATOR=CUP CUP_ADDRESS=1.1.1.1 ENABLE_TELEPHONY=FALSE ENABLE_VOICEMAIL=FALSE
I'm trying to figure out how to best add a second CUP_ADDRESS value (2.2.2.2). The MSIEXEC command is being run in a batch file so if there's a registry key I can simply add for the second IP address that would be brilliant also.
Thanks in advance for any help!
Michael