Bird
0
0

In PowerShell, what is the primary goal of detecting configuration drift?

easy📝 Conceptual Q1 of 15
PowerShell - Automation Patterns
In PowerShell, what is the primary goal of detecting configuration drift?
ATo install new software updates automatically
BTo identify differences between the current system state and a predefined baseline
CTo monitor CPU and memory usage over time
DTo create backups of configuration files
Step-by-Step Solution
Solution:
  1. Step 1: Understand configuration drift

    Configuration drift refers to changes in system settings or configurations that deviate from a known baseline.
  2. Step 2: Purpose of detection

    Detecting drift helps identify these deviations to maintain system consistency and compliance.
  3. Final Answer:

    To identify differences between the current system state and a predefined baseline -> Option B
  4. Quick Check:

    Drift detection compares current vs baseline states [OK]
Quick Trick: Detect drift by comparing current state to baseline [OK]
Common Mistakes:
  • Confusing drift detection with software updates
  • Thinking drift detection monitors performance metrics
  • Assuming drift detection creates backups

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More PowerShell Quizzes