Summary: Learn how to use a graphical tool to create Windows PowerShell commands.
How can I use Windows PowerShell so that I can point-and-click at options that are available for a using a particular cmdlet?
Use the Show-Command cmdlet and select the parameters you need, for example:
Show-Command -Name Get-Process