Implementing and Operating Cisco Collaboration Core Technologies (CLCOR) — Question 292
An engineer must deploy the Cisco Webex app to a Windows Virtual Desktop Infrastructure environment that has a roaming database named spark_roaming_store.db stored in a user’s AppData\Roaming directory. Which two command-line arguments must be used when running the installer? (Choose two.)
Answer options
- A. ALLUSERS=0
- B. ENABLEVDI=1
- C. ALLUSERS=1
- D. ENABLEVDI=2
- E. ROAMINGENABLED=1
Correct answer: C, E
Explanation
The correct answers are C and E because ALLUSERS=1 allows the application to be installed for all users, which is necessary in a VDI environment, while ROAMINGENABLED=1 enables the roaming feature to work with the specified database. The other options either restrict user access or do not support the roaming functionality needed in this scenario.