Skip to content
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

Add Set-CCMGroup Cmdlet #49

Open
steviecoaster opened this issue Jun 2, 2021 · 2 comments
Open

Add Set-CCMGroup Cmdlet #49

steviecoaster opened this issue Jun 2, 2021 · 2 comments
Labels
Enhancement New feature or request
Milestone

Comments

@steviecoaster
Copy link
Contributor

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.

@steviecoaster steviecoaster added the Enhancement New feature or request label Jun 2, 2021
@steviecoaster steviecoaster added this to the 0.3.0 milestone Jun 2, 2021
@vexx32
Copy link
Member

vexx32 commented Jun 2, 2021

A straight Set-CcmGroup command will probably get unwieldy if you're doing small changes to group memberships, especially if you're adding/removing members from a very large group.

I'd suggest also having Add-CcmGroupMember and Remove-CcmGroupMember cmdlets to complement this.

@steviecoaster
Copy link
Contributor Author

Those already exist, this is the next phase in that progression!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants