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
cloud-iq powershell

Cloud-iQ PowerShell module

PowerShell module for working with Crayon Cloud-iQ, enabling automatic reporting and management of licenses. Currently in alpha, but it is functionable.

The module is published on the PowerShell Gallery, making it easy to install and keep up to date.

Installation

Install-Module -Name CloudiQ -AllowPrerelease

Why a PowerShell module?

The thought is that you should be able to do work with Cloud-iQ in PowerShell, and have all the functions that you have through the portal. The upside is that it is faster to work in CLI, and that you can easily automate tasks with it.

For instance, say that you have a PowerShell script for adding a new user. Giving the user a license is easy when using group-based licensing but you still need to have enough licenses for the number of active users. By using this PowerShell module we could make sure that for every user we create, we add one more license.

Pester codecov PowerShell Gallery

Cloud-iQ