PowerTip: Learn to Start the PowerShell Pipeline
Summary: Find cmdlets that permit starting the pipeline in Windows PowerShell. How do I find all the Get commands that allow me to start a pipeline? Although there are a number of ways, the Get-Command cmdlet has a parameter called -Verb for this purpose: PS > Get...