GithubHelp home page GithubHelp logo

public.itglue.powershellmodule's Introduction

General

Windows PowerShell module for accessing the ITGlue REST API.

This project is also published in the PowerShell Gallery at https://www.powershellgallery.com/packages/ItGlue/.

Installation

  • From PowerShell Gallery: Install-Module -Name ItGlue
  • From GitHub: Save /bin/<version>/ItGlue/<files> to your module directory

Behavior changes

1.0.0.49

  • Out-PsLogging
    • Prepending [INFO], [WARNING], [ERROR], [VERBOSE] blocks before each message.

1.0.0.44

  • Added the following commands: Get-ItGlueLocation, Get-ItGlueManufacturer, Get-ItGlueModel, Out-ItGlueAsset, and Remove-ItGlueDeviceConfig
  • Updated how HTTP 429 is processed. Instead of trying indefintely, the cmdlets will exit with "Error" after 10 attempts (with one minute between each attempt). If you are being rate limited for 10 consecutive attempts, the daily limit (10k calls) has likely been reached.

1.0.0.32

  • New behavior in logging. Instead of only logging to the Windows event log, the module now defaults to host only.
  • The EventLogSource parameter is still available. If the provided source does not exist, the command will switch to host-only output.
  • The new option is the LogPath parameter. Provide a path and file name (e.g. C:\Temp\log.txt) for logging. The module will attempt to create the log file, if it does not exist, and will switch to host-only output, if the file cannot be created (or the desired path is not writable).

public.itglue.powershellmodule's People

Contributors

mhashemi2 avatar wetling23 avatar

Stargazers

Quinntin Comer avatar  avatar  avatar

Watchers

Quinntin Comer avatar  avatar  avatar

Forkers

darrenwhite99

public.itglue.powershellmodule's Issues

ITGLue Folders

Q4 of 2019 ITGLue added the functionality of creating folders within assets such as passwords, documents, etc.

I don't see a module that would allow users to create those folders via the API. Granted I also can't find on ITGlue's Dev page any mentions of folders what so ever so that API might not be able to interact with them yet.

I'm getting a support case opened with ITGlue to see if they can shed any light on this but is there anything in the works on your end for updating/creating a module?

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.