Skip to content

SilentBob999/PSGLPI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

PSGLPI

This Powershell module makes easy the manipulation of the GLPI database thru the Rest API of GLPI. Search, add, modify, delete items has never be so easy. Native object and plugin objects are available.

Use the module integrated help to see how it works.

Enjoy! :-)

Prerequisites

  • Rest API needs to be enabled in GLPI (GLPI Setup -> General -> API).
  • An APP token (GLPI Setup -> General -> API -> API Client)
  • username-password or a API token (See GLPI user management)

Install the Module

Donwload the module. Follow Microsoft directions : https://docs.microsoft.com/en-us/powershell/developer/module/installing-a-powershell-module

Exemples

Generate your Basic user token

Use this to generate your Basic token in case you don't want to use the API token associated with your GLPI account. Get-GlpiBase64Login -login mysusername -password MySuperComplicatedPassw0rd bXlzdXNlcm5hbWU6TXlTdXBlckNvbXBsaWNhdGVkUGFzc3cwcmQ=

Update in progress...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%