January 23rd, 2016

PowerTip: Create list of approved PowerShell verbs

Doctor Scripto
Scripter

Summary: Learn how to easily produce a list of approved Windows PowerShell verbs.

Hey, Scripting Guy! Question How can I find what verbs are approved for use in a Windows PowerShell function?

Hey, Scripting Guy! Answer Use the Get-Verb cmdlet, and to make it easy to peruse, send the output to the Out-GridView cmdlet:

get-verb | Out-GridView

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.