Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Summary : Use Windows PowerShell to show the group of approved Windows PowerShell verbs.
How can I find the grouping information for a couple of approved verbs that I want to use to name my advanced functions?
Use the Get-Verb function, and supply an array of verbs to the function:
get-verb ping, receive...(read more)