CrayonGroup / CloudiQ.PowerShell

A PowerShell module for managing Cloud-iQ, to help automate licensing and reporting.
https://crayongroup.github.io/CloudiQ.PowerShell/
GNU General Public License v3.0
4 stars 0 forks source link

Add user management #26

Open roberthstrand opened 3 years ago

roberthstrand commented 3 years ago

Based off the API documentation, one should be able to get all the users, a specific user or create a new user. This can be solved with the following two cmdlets:

Get-CloudiQUser New-CloudiQUser

This feature will be considered complete when one is able to:

API documentation

roberthstrand commented 3 years ago

Set-CloudiQUser Remove-CloudiQUser Set-CloudiQUserPassword