Skip to content

Commit 17e9677

Browse files
Banner-Keithrjmholt
authored andcommitted
UseApprovedVerbs.md: Improving Documentation (#1294)
* Update UseApprovedVerbs.md I have come to this documentation a few times in the past. Get-Verb is very helpful, but the additional insight, and examples of unapproved verbs in the Microsoft docs are very helpful and make it easier to decide on a suitable replacement for an unapproved verb. I think it would be helpful to have a link to that documentation here. * Removed en-us from link * Clarified text. Broke paragraph into semantic lines.
1 parent fdbdf05 commit 17e9677

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

RuleDocumentation/UseApprovedVerbs.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ All CMDLets must used approved verbs.
88

99
Approved verbs can be found by running the command `Get-Verb`.
1010

11+
Additional documentation on approved verbs can be found in the microsoft docs page
12+
[Approved Verbs for PowerShell Commands](https://docs.microsoft.com/powershell/developer/cmdlet/approved-verbs-for-windows-powershell-commands).
13+
Some unapproved verbs are documented on the approved verbs page and point to approved alternatives;
14+
try searching for the verb you used to find its approved form.
15+
For example, searching for `Read`, `Open`, or `Search` will lead you to `Get`.
16+
1117
## How
1218

1319
Change the verb in the cmdlet's name to an approved verb.

0 commit comments

Comments
 (0)