Summary: Use Show-Command to display interactive Windows PowerShell parameter Help.
How do you display the parameters and parameter sets of Windows PowerShell cmdlets in an interactive fashion?
Use the Show-Command cmdlet from the Windows PowerShell console or the Windows PowerShell ISE:
Show-Command –name cmdletname
For example:
Show-Command get-process