Finding Standard Parameter Names in PowerShell
PowerTip of the Day, from PowerShell.com: In a previous tip, we suggested you to use standard parameter names for your own functions. To get a feeling for what the parameter names are that built-in cmdlets use, here is some code that creates a list of them: PS> Get-Command -CommandType Cmdlet | Select-Object -ExpandProperty… Continue reading Finding Standard Parameter Names in PowerShell