Added: -purchase_order

This commit is contained in:
JoriPS1 2022-09-16 11:59:32 -04:00 committed by Petri Asikainen
parent 6b3bc0f459
commit d64978fd6f
2 changed files with 10 additions and 0 deletions

View file

@ -47,6 +47,9 @@
.PARAMETER purchase_date
Date of license purchase
.PARAMETER purchase_order
Purchase order number of license purchase
.PARAMETER reassignable
Is license reassignable?
@ -108,6 +111,8 @@ function New-SnipeitLicense() {
[datetime]$purchase_date,
[string]$purchase_order,
[bool]$reassignable,
[string]$serial,

View file

@ -50,6 +50,9 @@
.PARAMETER purchase_date
Date of license purchase
.PARAMETER purchase_order
Purchase order number of license purchase
.PARAMETER reassignable
Is license reassignable?
@ -116,6 +119,8 @@ function Set-SnipeitLicense() {
[datetime]$purchase_date,
[string]$purchase_order,
[bool]$reassignable,
[string]$serial,