PowerTip: Create list of approved PowerShell verbs
Summary: Learn how to easily produce a list of approved Windows PowerShell verbs. How can I find what verbs are approved for use in a Windows PowerShell function? Use the Get-Verb cmdlet, and to make it easy to peruse, send the output to the Out-GridView cmdlet: get-verb | Out-GridView