Question:medium

_________ is a cross-platform task automation solution made up of a command-line shell, a scripting language and a configuration management framework.

Show Hint

PowerShell simplifies and automates system administration across platforms using scripts and configuration tools.
Updated On: Jan 14, 2026
  • Command-line shell
  • Scripting language
  • PowerShell
  • Automation platform
Show Solution

The Correct Option is C

Solution and Explanation

PowerShell functions as a robust, cross-platform solution for automating tasks and managing configurations. Its components include:
  • A command-line shell facilitating interactive command execution.
  • A scripting language designed for automating administrative operations.
  • A configuration management framework, such as Desired State Configuration (DSC).
While initially developed for Windows, PowerShell is now open-source and accessible on macOS and Linux, enhancing its applicability across various IT infrastructures.
Was this answer helpful?
0