-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Enhancement Request: Get-Verb -Group parameter #2527
Copy link
Copy link
Closed
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugResolution-FixedThe issue is fixed.The issue is fixed.Up-for-GrabsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsWG-Cmdletsgeneral cmdlet issuesgeneral cmdlet issues
Metadata
Metadata
Assignees
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugResolution-FixedThe issue is fixed.The issue is fixed.Up-for-GrabsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsWG-Cmdletsgeneral cmdlet issuesgeneral cmdlet issues
Type
Fields
Give feedbackNo fields configured for issues without a type.
The Get-Verb cmdlet should include a -Group Parameter, or another means of filtering the list of approved verbs.
Steps to reproduce
Per Windows PowerShell 5.0 documentation,
Get-VerbSyntax is:Get-Verb [[-Verb] <string[]>] [<CommonParameters>]Expected behavior
Get-Verb -Group <Common|Communications|Data|Diagnostic|Lifecycle|Other|Security>Specifying a -Group Parameter would filter to show only the approved verbs in that Group.
Alternatively, Get-Verb could support a
-Filter, or-Includeand-Excludeparameter(s)Actual behavior
Get-Verbenumerates the full list of approved verbs and their corresponding verb group, but does not provide a convenient way to filter and more easily view approved verbsEnvironment data
Symptom appears consistent from PSVersions 3.0 - 5.0