Which among the following is not a suggested parameter in PowerShell command?
-
ComputerName
-
Exclude
-
OutBuffer
-
All of the above
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.