August 28th, 2014

PowerTip: Use Graphical Tool to Create PowerShell Commands

Doctor Scripto
Scripter

Summary: Learn how to use a graphical tool to create Windows PowerShell commands.  

Hey, Scripting Guy! Question How can I use Windows PowerShell so that I can point-and-click at options that are available for a using a particular cmdlet?

Hey, Scripting Guy! Answer Use the Show-Command cmdlet and select the parameters you need, for example:

Show-Command -Name Get-Process

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.