Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 395 Bytes

verbs_in_powershell.md

File metadata and controls

17 lines (9 loc) · 395 Bytes

Verbs in Powershell - what is allowed and what are they for?

Use Get-Verb to find the available verbs.

Get-Verb

For a better display of approved verbs

get-verb | out-gridview

To find suggested synonyms for unapproved verbs

Install-Script -Name Get-TMVerbSynonym

Source