Bird
0
0

Which PowerShell technology is designed to help automate detection and correction of configuration drift?

easy📝 Conceptual Q2 of 15
PowerShell - Automation Patterns
Which PowerShell technology is designed to help automate detection and correction of configuration drift?
AGet-Process cmdlet
BPowerShell Remoting
CEvent Viewer
DDesired State Configuration (DSC)
Step-by-Step Solution
Solution:
  1. Step 1: Identify automation tools for configuration management

    Desired State Configuration (DSC) is a PowerShell platform for declarative configuration management.
  2. Step 2: Role of DSC in drift detection

    DSC can detect configuration drift and automatically apply corrections to maintain the desired state.
  3. Final Answer:

    Desired State Configuration (DSC) -> Option D
  4. Quick Check:

    DSC automates drift detection and correction [OK]
Quick Trick: DSC automates drift detection and correction [OK]
Common Mistakes:
  • Confusing PowerShell Remoting with drift detection automation
  • Thinking Event Viewer manages configurations
  • Assuming Get-Process relates to configuration management

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More PowerShell Quizzes