January 8th, 2015

PowerTip: Find Related PowerShell Commands

Doctor Scripto
Scripter

Summary: Learn how to find related Windows PowerShell commands.

Hey, Scripting Guy! Question How can I find related commands in Windows PowerShell?

Hey, Scripting Guy! Answer Use the Get-Command cmdlet and sort by the ModuleName property.
           For example, to find commands that use the Get verb, use the following command:

Get-Command –Verb get | Sort modulename

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.

Feedback