Multiple choice technology

“-Confirm” is what type of parameter in PowerShell

  1. Permissive Parameters

  2. System State Parameters

  3. Ubiquitous Parameters

  4. Suggested Parameters

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Ubiquitous parameters (also called common parameters) are those available on all cmdlets, including Confirm, Debug, ErrorAction, Verbose, WarningAction, and others. -Confirm is a ubiquitous parameter that prompts for confirmation before performing an action. Permissive, System State, and Suggested are not standard PowerShell parameter categories.