mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 18:02:30 +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
|
||||
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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue