-
Notifications
You must be signed in to change notification settings - Fork 11
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 Get-CVClientLicense/Revoke-CVClientLicense function #9
Conversation
Provides the license functionality in issue #4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Craig, great work here. We just need to address a few things. :)
Please push your changes to Commvault.CommCell.psd1 for the new function exports:
FunctionsToExport = @('Get-CVAlert', 'Get-CVClientGroup', 'Get-CVClient', 'Get-CVClientLicense', 'Revoke-CVClientLicense',
'Get-CVSubclient', 'Get-CVVersionInfo', 'Set-CVClient', 'Set-CVClientGroup')
All suggestions incorporated. |
Is there anything else that you need me to do before this can get merged in? |
New functions to allow disabling of activities on Clients. New enum CVActivityType to limit options
Closed as updating my repos and creating a new PR |
Hi,
Have added a new function to specifically get the client licenses. Am working on a counter function to remove client licenses as well.
Hope format is ok. Tried to keep with everything that you have already done.
Craig