Summary: Learn how to find required parameters by using the Windows PowerShell Get-Command cmdlet in Windows PowerShell 3.0.
How can I find cmdlets in Windows PowerShell 3.0 that support the PassThru parameter?
Use the ParameterName parameter from the Get-Command cmdlet, as shown here.
Get-Command -ParameterName PassThru
0 comments