mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 18:02:30 +00:00
Updated for release v1.5
This commit is contained in:
parent
8fad0f653c
commit
727c1b4785
2 changed files with 3 additions and 4 deletions
|
|
@ -21,16 +21,15 @@ Update-Module SnipeitPS
|
|||
|
||||
# To use each session:
|
||||
Import-Module SnipeitPS
|
||||
Set-Info -URL 'https://asset.example.com' -apiKey 'tokenKey'
|
||||
Set-SnipeItInfo -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
|
||||
Get-Help Get-SnipeItAsset -Full # or any other command
|
||||
```
|
||||
### Reporting bugs and issues
|
||||
Please use -Verbose switch with command you have problem with.
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
RootModule = 'SnipeItPS'
|
||||
|
||||
# Version number of this module.
|
||||
ModuleVersion = '1.4'
|
||||
ModuleVersion = '1.5'
|
||||
|
||||
# Supported PSEditions
|
||||
# CompatiblePSEditions = @()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue