Multiple choice technology

Select all the Valid Snap-Ins available in PowerShell by default and can be loaded on demand.

  1. Microsoft.PowerShell.Core

  2. Microsoft.PowerShell. Management

  3. Microsoft.PowerShell.Utility

  4. Microsoft.PowerShell.Script

Reveal answer Fill a bubble to check yourself
A,B,C Correct answer
Explanation

PowerShell includes three core snap-ins by default: Core (fundamental PowerShell functionality), Management (system management cmdlets), and Utility (general-purpose utilities). Microsoft.PowerShell.Script is not a valid snap-in name in PowerShell's default snap-in list.