PowerTip: Create list of approved PowerShell verbs

Doctor Scripto

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

0 comments

Discussion is closed.

Feedback usabilla icon