CompTIA Server+ (SK0-005) — Question 200
Which of the following script types uses commands that start with Set-?
Answer options
- A. Batch
- B. Bash
- C. PowerShell
- D. JavaScript
Correct answer: C
Explanation
The correct answer is PowerShell, as it specifically uses cmdlets that start with 'Set-', such as Set-ExecutionPolicy. The other options, Batch, Bash, and JavaScript, do not have commands that follow this naming convention.