PowerTip: Use PowerShell to Show Approved Verbs Group

Doctor Scripto

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

 

0 comments

Discussion is closed.

Feedback usabilla icon