exam questions

Exam 300-810 All Questions

View all questions & answers for the 300-810 exam

Exam 300-810 topic 1 question 145 discussion

Actual exam question from Cisco's 300-810
Question #: 145
Topic #: 1
[All 300-810 Questions]

An engineer must create a Cisco Jabber installation switch. The engineer created the installation file and named it CiscoJabberSetup.msi. Which CLI command installs Jabber silently on a Windows machine and deletes any existing bootstrap?

  • A. msiexec.exe /i CiscoJabberSetup.msi /silent CLEAR=0
  • B. msiexec.exe /t CiscoJabberSetup.msi /s CLEAN=1
  • C. msiexec.exe /t CiscoJabberSetup.msi /silent CLEAN=1
  • D. msiexec.exe /i CiscoJabberSetup.msi /quiet CLEAR=1
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
SasdiB
7 months, 1 week ago
Selected Answer: D
msiexec.exe: The Windows program used for installing .msi packages. /i: This option indicates that you want to install the package. CiscoJabberSetup.msi: The name of your installation file. /quiet: This option allows for a silent installation, with no user interface. CLEAR=1: This parameter specifies to remove any existing bootstrap installations before proceeding with the new installation. Using this command will ensure that the installation runs without prompts, and any previous installations are cleared out.
upvoted 1 times
...
Eamy91
2 years ago
Selected Answer: D
https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/jabber/11_0/CJAB_BK_D657A25F_00_deployment-installation-guide-jabber-110/CJAB_BK_D657A25F_00_deployment-installation-guide-jabber-110_chapter_01100.html msiexec.exe /i CiscoJabberSetup.msi /quiet CLEAR=1
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...