Question:medium

PowerShell is built on ________.

Show Hint

Because PowerShell is built on the .NET CLR, it passes actual structured .NET objects between commands instead of raw, unformatted text strings. This enables highly precise script-based automation.
Updated On: Jun 18, 2026
  • C++ Common Language Runtime
  • .NET Common Language Runtime
  • GPO
  • Oracle Database Runtime
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0