Welcome to the Eloomi PowerShell (SystemAdmins.Eloomi) module!
This PowerShell module is a wrapper for the Eloomi API v1 (https://api.eloomi.io). Currently it only provides interaction with field, groups and users. At a later point (if needed) courses, playlists, events, categories and topics will be added.
To get started with the Eloomi PowerShell module, simply follow the instructions outlined in the documentation provided in this repository. You'll find detailed guidance on installation, configuration, and usage, enabling you to seamlessly integrate the module into your existing workflows.
Before installing the module, the following prerequisites must be fulfilled:
- PowerShell 7 installed, see this for more information.
- A valid API generated from the Eloomi portal.
-
To install the module and it dependencies, run the following in a PowerShell 7 session:
Install-Module -Name 'SystemAdmins.Eloomi' -Scope CurrentUser -Force;
-
Import the module dependencies in the PowerShell 7 session.
Import-Module -Name 'SystemAdmins.Eloomi' -Force;
.
Type | Parameter | Description | Optional | Accepted Values |
---|---|---|---|---|
TBD | TBD | TBD | True | TBD |
.
Void
-
Why is it free?
Why shouldn't it be.