CrowdStrike Certified Falcon Administrator (CCFA) — Question 156
In order to prevent duplicate Agent IDs, what install parameter should be used on VMs to be used as persistent clones?
Answer options
- A. ProvNoWait=1
- B. /quiet
- C. VM=True
- D. NO_START=1
Correct answer: C
Explanation
The correct answer is C, VM=True, as this parameter specifically indicates that the virtual machine is intended to be a persistent clone, which helps avoid the creation of duplicate Agent IDs. The other options do not address this requirement; for instance, ProvNoWait=1 and /quiet relate to installation behavior, while NO_START=1 prevents the service from starting immediately, but none of these directly ensure unique Agent IDs.