August 15th, 2013

PowerTip: Use PowerShell to Show Approved Verbs Group

Doctor Scripto
Scripter

Summary: Use Windows PowerShell to show the group of approved Windows PowerShell verbs.

Hey, Scripting Guy! Question How can I find the grouping information for a couple of approved verbs that I want to use to name my advanced functions?

Hey, Scripting Guy! Answer Use the Get-Verb function, and supply an array of verbs to the function:

get-verb ping, receive

 

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.