GithubHelp home page GithubHelp logo

jtorne2214 / psigel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from igel-community/psigel

0.0 1.0 0.0 1.17 MB

Powershell Module / Tools for the use with products of IGEL Technology GmbH (https://www.igel.de/)

License: MIT License

PowerShell 100.00%

psigel's Introduction

PSIGEL

GitHub last commit GitHub release (latest by date) PowerShell Gallery Version PS Gallery GitHub stars IGEL-Community Slack

Logo

Table of contents

Overview

PSIGEL is a powershell module that makes use of the REST API provided by the IGEL Management Interface (IMI).

via IGEL Knowledgebase :

IGEL Management Interface (IMI) enables you to connect UMS to systems management tools. It is a programming interface that can create and delete thin clients, move them between directories, reboot them and much more. Its implementation as a REST API makes IMI agnostic of hardware platforms, operating systems and programming languages, thus ensuring maximum interoperability.

Prerequisites

OS min. PS Version (Edition)
Windows 5.1 (Desktop)*
Windows 7 (Core)*
Linux 7 (Core)*
MacOS 7 (Core)

* tested

Quickstart

Installation

If you have the PowerShellGet module installed you can enter the following command:

C:\> Install-Module -Name PSIGEL

Alternatively you can download a ZIP file of the latest version from our Releases page.

Basic usage

Import Module:

C:\> Import-Module -Name PSIGEL

Create a WebSession

C:\> $WebSession = New-UMSAPICookie -Computername igelrmserver -Credential (Get-Credential)

Call a Function - e.g. get status information from the UMS server:

C:\> Get-UMSStatus -Computername igelrmserver -WebSession $WebSession

RmGuiServerVersion : 6.3.130
BuildNumber        : 44584
ActiveMqVersion    : 5.7.0
DerbyVersion       : 10.12.1.1
ServerUuid         : f30fb3a2-37d4-4cbb-b884-4f5061d3260e
Server             : igelrmserver:8443

Remove WebSession:

C:\> $null = Remove-UMSAPICookie -Computername igelrmserver -WebSession $WebSession

Documentation

Maintainer

  • Falk Heiland https://github.com/falkheiland http://twitter.com/falkheiland

License

This project is licensed under the MIT License.

MIT licensed

psigel's People

Contributors

falkheiland avatar falkheiland-bfwl avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.