This question-specific review guide is tied to the answer reasoning for a PracticeTestVault item. Use it after you answer the question so the review stays focused on what the prompt actually tested.
What this question is testing
Objective: Operating Systems
Prompt focus: A technician needs to script a routine maintenance task across many Windows machines and wants to use a modern, object-oriented scripting environment built into current Windows versions. Which tool should be used?
Why the correct answer works
PowerShell, which uses cmdlets and works with objects rather than plain text
PowerShell is the modern object-oriented scripting environment built into Windows for automation tasks.
Why the tempting wrong answer fails
The tempting wrong answer usually loses because it skips the key condition, priority, or evidence in the prompt.
Plain-language takeaway
PowerShell is the modern Windows scripting and automation environment that uses cmdlets and passes structured objects through the pipeline rather than plain text, making complex administrative scripting far more powerful. The legacy command prompt runs simple batch scripts, the Registry Editor edits…
Simple analogy
Think of operating systems like following a short checklist: identify the clue, confirm the rule, and then make the move that fits this exact scenario.
How to review it before a retake
- Underline the command word and name what the question is asking before rereading the choices.
- Compare the correct answer against the closest distractor and write the exact detail that separates them.
- Retest this objective with a fresh question without looking at the rationale first.