Powershell API Wrapper for Snipe-it
Find a file
Stephen Maunder cb5ee85bc3 update readme
2017-11-19 11:37:31 +00:00
.vscode Merge 2017-11-19 10:57:26 +00:00
docs Update docs 2017-11-18 21:41:35 +00:00
SnipeitPS fix stupid code... 2017-11-18 22:34:55 +00:00
Tests merge fixes 2017-11-19 11:35:52 +00:00
.gitlab-ci.yml CI fix 2017-11-16 12:19:25 +00:00
appveyor.yml Update docs 2017-11-18 21:41:35 +00:00
CHANGELOG.md Changelog 2017-11-19 10:57:41 +00:00
LICENSE Added license 2017-11-18 21:54:46 +00:00
README.md update readme 2017-11-19 11:37:31 +00:00
SnipeItPS.build.ps1 merge fixes 2017-11-19 11:35:52 +00:00

GitHub release [![Build status] Build status (https://img.shields.io/powershellgallery/dt/snipeitps.svg)](https://www.powershellgallery.com/packages/snipeitps) License


Instructions

Installation

Install SnipeitPS from the [PowerShell Gallery]! Install-Module requires PowerShellGet (included in PS v5, or download for v3/v4 via the gallery link)

# One time only install: (requires an admin PowerShell window)
Install-Module SnipeitPS

# Check for updates occasionally:
Update-Module SnipeitPS

# To use each session:
Import-Module SnipeitPS
Set-Info -URL 'https://asset.example.com' -apiKey 'tokenKey'

Usage

# Review the help at any time!
Get-Help about_SnipeitPS
Get-Command -Module SnipeitPS
Get-Help Get-Asset -Full   # or any other command