Windows PowerShell Specification

Windows PowerShell: Contains a dictionary of the active parameters and their current values. This variable has a value only in a scope where parameters are declared, such as a script or function. It can be used to display or change the current values of parameters or to pass parameter values to another script or function. ................
................