mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 01:42:29 +00:00
updated docs
This commit is contained in:
parent
69faba1856
commit
afeb8df60e
2 changed files with 4 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
Sets apikey and url to connect Snipe-It system.
|
Sets apikey and url to connect Snipe-It system.
|
||||||
Based on Set-SnipeitInfo command, what is now just combatipility wrapper
|
Based on Set-SnipeitInfo command, what is now just compatibility wrapper
|
||||||
and calls Connect-SnipeitPS
|
and calls Connect-SnipeitPS
|
||||||
|
|
||||||
.PARAMETER url
|
.PARAMETER url
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,9 @@ Collection of tools that makes interacting with Snipe-it api more pleasant.
|
||||||
# EXAMPLES
|
# EXAMPLES
|
||||||
Prepare connection Snipe-It with:
|
Prepare connection Snipe-It with:
|
||||||
|
|
||||||
Set-SnipeitInfo -url https://your.site -apikey YourVeryLongApiKey....
|
Connect-SnipeitPS -url https://your.site -apikey YourVeryLongApiKey....
|
||||||
|
|
||||||
|
For secure ways to pass apikey to script, see Get-Help Connect-SnipeitPS -full
|
||||||
|
|
||||||
To search assets use:
|
To search assets use:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue