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-Command -Verb Get
CommandType Name ModuleName
----------- ---- ----------
Alias Get-ProvisionedAppxPackage Dism
Function Get-AppBackgroundTask AppBackgroundTask
Function Get-AppxLastError Appx
Function Get-AppxLog Appx
Function Get-AssignedAccess AssignedAccess
Function Get-BCClientConfiguration BranchCache
Function Get-BCContentServerConfiguration BranchCache