August 25th, 2015

PowerTip: Find Custom Default PowerShell Parameter Values

Doctor Scripto
Scripter

Summary: Learn how to find custom default Windows PowerShell parameter values.

Hey, Scripting Guy! Question How can I find what custom default Windows PowerShell parameter values I have set up on my
           Windows PowerShell console?

Hey, Scripting Guy! Answer Check the value of the $PSDefaultParameterValues variable, for example:

PS C:\> $PSDefaultParameterValues

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.