Powershell API Wrapper for Snipe-it
Find a file
2018-06-25 16:07:47 +02:00
.vscode Update all Get commands with all avaliable search options, Added CheckIn Asset 2018-04-28 19:45:38 +01:00
docs Update Help 2018-04-29 08:58:34 +01:00
SnipeitPS Added New-CustomField 2018-06-25 16:07:47 +02:00
Tests Fix missing password #9 2018-06-23 20:10:58 +01:00
.gitlab-ci.yml Fix yaml 2017-12-31 20:25:40 +00:00
appveyor.yml Update docs 2017-11-18 21:41:35 +00:00
build.ps1 force load module 2017-12-31 21:27:15 +00:00
CHANGELOG.md Changelog 2017-11-19 10:57:41 +00:00
LICENSE Added license 2017-11-18 21:54:46 +00:00
PSScriptAnalyzerSettings.psd1 Fix missing password #9 2018-06-23 20:10:58 +01:00
README.md fix readme 2017-11-19 11:43:49 +00:00
SnipeItPS.build.ps1 Fix build download for pandoc 2018-03-17 21:35:46 +00:00

GitHub release Build status PowerShell Gallery 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