Skip to content

System-Admins/eloomi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Introduction

Welcome to the Eloomi PowerShell (SystemAdmins.Eloomi) module!

📒 Index

🔰 About

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.

⚡ Usage

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.

🔌 Installation

Before installing the module, the following prerequisites must be fulfilled:

📦 Commands

  1. To install the module and it dependencies, run the following in a PowerShell 7 session:

    Install-Module -Name 'SystemAdmins.Eloomi' -Scope CurrentUser -Force;
  2. Import the module dependencies in the PowerShell 7 session.

    Import-Module -Name 'SystemAdmins.Eloomi' -Force;

Cmdlets

Cmdlet Name

Synopsis

.

Parameter(s)

Type Parameter Description Optional Accepted Values
TBD TBD TBD True TBD

Example(s)

.

Output

Void

❓ FAQ

  • Why is it free?

    Why shouldn't it be.