Skip to content

Update outputs of Get-Verb v6.0 #1872

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 19, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions reference/6/Microsoft.PowerShell.Utility/Get-Verb.md
Original file line number Diff line number Diff line change
@@ -144,15 +144,9 @@ Accept wildcard characters: True

## OUTPUTS

### Selected.Microsoft.PowerShell.Commands.MemberDefinition
### System.Management.Automation.VerbInfo

## NOTES
Get-Verb returns a modified version of a Microsoft.PowerShell.Commands.MemberDefinition object.
The object does not have the standard properties of a MemberDefinition object.
Instead it has Verb and Group properties.
The Verb property contains a string with the verb name.
The Group property contains a string with the verb group.

Windows PowerShell verbs are assigned to a group based on their most common use.
The groups are designed to make the verbs easy to find and compare, not to restrict their use.
You can use any approved verb for any type of command.