Summary: Learn how to check to see what, if any, default Windows PowerShell parameter values are in effect.
How can I quickly check to see in Windows PowerShell is using any default parameter values?
Examine the value of the $PSDefaultParameterValues automatic variable, as shown here.
$PSDefaultParameterValues