Multiple choice technology

Which among the following is not a suggested parameter in PowerShell command?

  1. ComputerName

  2. Exclude

  3. OutBuffer

  4. All of the above

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

Suggested parameters (also called optional or custom parameters) are cmdlet-specific parameters that aren't part of the common parameter set. OutBuffer is a common parameter, not a suggested one. ComputerName and Exclude are examples of cmdlet-specific suggested parameters. The question asks which is NOT suggested.