Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mojoaar/psdatagerry

PowerShell module to work with DATAGERRY CMDB thru the Rest API.
https://github.com/mojoaar/psdatagerry

cmdb datagerry module opensource powershell

Last synced: about 10 hours ago
JSON representation

PowerShell module to work with DATAGERRY CMDB thru the Rest API.

Awesome Lists containing this project

README

        








# PSDATAGERRY - PowerShell Module

This PowerShell module provides a series of cmdlets for interacting with the [DATAGERRY Rest API](https://datagerry.com/). Invoke-RestMethod is used for all API calls.

## Requirements

Requires PowerShell 3.0 or above (this is when `Invoke-RestMethod` was introduced).

## Usage

Download or clone the latest files and place the module folder in your PowerShell profile directory (i.e. the `Modules` directory under wherever `$profile` points to in your PS console) and run:
`Import-Module PSDATAGERRY`
Once you've done this, all the cmdlets will be at your disposal, you can see a full list using `Get-Command -Module PSDATAGERRY`. Remember to run Set-DataGerryAuth before beginning to work in your environment.

## Cmdlets

* Get-DataGerryObjects
* Get-DataGerryTypes
* Get-DataGerryUsers
* New-DataGerryObject
* Set-DataGerryAuth
* Update-DataGerryObject

## Changelog

* 0.0.1 - 2021.03.25
* Initial release of module