Implementing Cisco Collaboration Applications (CLICA) — Question 61

A collaboration engineer is installing the Cisco Jabber client from the Windows CLI. The engineer wants to complete a silent installation of the client, clear any existing bootstrap file, and use a Service Domain of cisco.com. Which install command achieves these goals?

Answer options

Correct answer: A

Explanation

The correct command is A because it includes the '/quiet' option for silent installation, the 'CLEAR=1' to remove the existing bootstrap file, and specifies 'SERVICES_DOMAIN=cisco.com'. Option B lacks the '/quiet' flag, which is necessary for silent installation. Option C incorrectly sets 'CLEAR=0', which does not clear the bootstrap file, and Option D mistakenly uses 'SSO_ORG_DOMAIN' instead of 'SERVICES_DOMAIN'.