PowerTip: Examine the Value of PowerShell Default Parameter Values

Doctor Scripto

Summary: Learn how to check to see what, if any, default Windows PowerShell parameter values are in effect.

Hey, Scripting Guy! Question How can I quickly check to see in Windows PowerShell is using any default parameter values?

Hey, Scripting Guy! Answer Examine the value of the $PSDefaultParameterValues automatic variable, as shown here.

$PSDefaultParameterValues

0 comments

Discussion is closed.

Feedback usabilla icon