mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-15 02:35:47 +00:00
update readme
This commit is contained in:
parent
a026bd84db
commit
cb5ee85bc3
1 changed files with 32 additions and 1 deletions
33
README.md
33
README.md
|
|
@ -1 +1,32 @@
|
||||||
[](https://ci.appveyor.com/project/snazy2000/snipeitps)
|
[](https://github.com/snazy2000/SnipeitPS/releases/latest) [![Build status]
|
||||||
|
[](https://ci.appveyor.com/project/snazy2000/snipeitps)
|
||||||
|
(https://img.shields.io/powershellgallery/dt/snipeitps.svg)](https://www.powershellgallery.com/packages/snipeitps) 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 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)
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
# 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
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
# Review the help at any time!
|
||||||
|
Get-Help about_SnipeitPS
|
||||||
|
Get-Command -Module SnipeitPS
|
||||||
|
Get-Help Get-Asset -Full # or any other command
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue