PowerTip: Predefine Cmdlet Parameters in Variable
Summary: Pass a cluster of parameter values by using an array. Is there an easy way to write Windows PowerShell commands to handle two separate domains (for example, production and development) and their credentials? Define them in an array that contains the parameter names and their values. For exampl...