Summary: Learn about the default parameter values in Windows PowerShell.
How can I find more about default parameter values in Windows PowerShell?
Use the Get-Help cmdlet and search for *defaultParameter*. The following command returns a
list of Help topics that provide this information:
help *DefaultParameter*