mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-14 02:12:29 +00:00
Added: -purchase_order
This commit is contained in:
parent
6b3bc0f459
commit
d64978fd6f
2 changed files with 10 additions and 0 deletions
|
|
@ -47,6 +47,9 @@
|
||||||
.PARAMETER purchase_date
|
.PARAMETER purchase_date
|
||||||
Date of license purchase
|
Date of license purchase
|
||||||
|
|
||||||
|
.PARAMETER purchase_order
|
||||||
|
Purchase order number of license purchase
|
||||||
|
|
||||||
.PARAMETER reassignable
|
.PARAMETER reassignable
|
||||||
Is license reassignable?
|
Is license reassignable?
|
||||||
|
|
||||||
|
|
@ -108,6 +111,8 @@ function New-SnipeitLicense() {
|
||||||
|
|
||||||
[datetime]$purchase_date,
|
[datetime]$purchase_date,
|
||||||
|
|
||||||
|
[string]$purchase_order,
|
||||||
|
|
||||||
[bool]$reassignable,
|
[bool]$reassignable,
|
||||||
|
|
||||||
[string]$serial,
|
[string]$serial,
|
||||||
|
|
|
||||||
|
|
@ -50,6 +50,9 @@
|
||||||
.PARAMETER purchase_date
|
.PARAMETER purchase_date
|
||||||
Date of license purchase
|
Date of license purchase
|
||||||
|
|
||||||
|
.PARAMETER purchase_order
|
||||||
|
Purchase order number of license purchase
|
||||||
|
|
||||||
.PARAMETER reassignable
|
.PARAMETER reassignable
|
||||||
Is license reassignable?
|
Is license reassignable?
|
||||||
|
|
||||||
|
|
@ -116,6 +119,8 @@ function Set-SnipeitLicense() {
|
||||||
|
|
||||||
[datetime]$purchase_date,
|
[datetime]$purchase_date,
|
||||||
|
|
||||||
|
[string]$purchase_order,
|
||||||
|
|
||||||
[bool]$reassignable,
|
[bool]$reassignable,
|
||||||
|
|
||||||
[string]$serial,
|
[string]$serial,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue