Get-Command -CommandType Cmdlet | Where-Object { $_.Parameters.Values | Where-Object { $_.Attributes.ValueFromPipeline } }复制代码