mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 18:02:30 +00:00
Added example how to checkin licenseseats
This commit is contained in:
parent
bd21037466
commit
baabd3eaa8
1 changed files with 6 additions and 2 deletions
|
|
@ -23,13 +23,17 @@
|
|||
User's API Key for Snipeit, can be set using Set-SnipeitInfo command
|
||||
|
||||
.EXAMPLE
|
||||
Set-SnipeitLicenceSeat -ID 1 -seat_id 1 -assigned_id 3 -Verbose
|
||||
Set-SnipeitLicenceSeat -ID 1 -seat_id 1 -assigned_id 3
|
||||
Checkout licence to user id 3
|
||||
|
||||
.EXAMPLE
|
||||
Set-SnipeitLicenceSeat -ID 1 -seat_id 1 -asset_id 3 -Verbose
|
||||
Set-SnipeitLicenceSeat -ID 1 -seat_id 1 -asset_id 3
|
||||
Checkout licence to asset id 3
|
||||
|
||||
.EXAMPLE
|
||||
Set-SnipeitLicenceSeat -ID 1 -seat_id 1 -asset_id $null -assigned_id 3
|
||||
Checkin licence seat id 1 of licence id 1
|
||||
|
||||
#>
|
||||
function Set-SnipeitLicenseSeat()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue