-
Notifications
You must be signed in to change notification settings - Fork 11
Add Set-CCMGroup Cmdlet #49
Copy link
Copy link
Open
Labels
EnhancementIssues that introduce new functionality to the project, or enhances/updates existing functionality.Issues that introduce new functionality to the project, or enhances/updates existing functionality.
Milestone
Metadata
Metadata
Assignees
Labels
EnhancementIssues that introduce new functionality to the project, or enhances/updates existing functionality.Issues that introduce new functionality to the project, or enhances/updates existing functionality.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Being able manage CCM Groups from the API is great. Right now we have Add and Remove, which is great for net-new groups, and removal of existing groups.
What we currently lack is maintaining existing groups. Enter
Set-CCMGroup. This cmdlet would allow a user to pipe data from an external system into this cmdlet, and either Add or Remove group memberships, etc.