Question:medium

Which of the following is a management framework in PowerShell that enables you to manage your enterprise infrastructure with configuration as a code?

Show Hint

PowerShell DSC automates and maintains configuration states, making IT management more consistent and reliable.
Updated On: Jan 14, 2026
  • PowerShell Desired State Configuration
  • Command-line shell
  • Scripting language
  • AD DS
Show Solution

The Correct Option is A

Solution and Explanation

PowerShell Desired State Configuration (DSC) is a Windows PowerShell management platform for deploying and managing software service configurations and their execution environments. It embodies "Configuration as Code" by enabling administrators to script desired system state definitions. Core DSC Capabilities:
  • Guarantees systems maintain their intended configuration state.
  • Automates deployment and configuration tasks.
  • Promotes uniformity across diverse systems.
These attributes make DSC indispensable for enterprise system administrators.
Was this answer helpful?
0