mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 01:42:29 +00:00
Updated examples
This commit is contained in:
parent
f98315a614
commit
bb4cf89bdd
2 changed files with 2 additions and 4 deletions
|
|
@ -28,10 +28,8 @@ URL of Snipeit system, can be set using Set-SnipeItInfo command
|
|||
Users API Key for Snipeit, can be set using Set-SnipeItInfo command
|
||||
|
||||
.EXAMPLE
|
||||
Get-License -search SomeLicense
|
||||
Get-SnipeItLicenseSeat -id 1
|
||||
|
||||
.EXAMPLE
|
||||
Get-License -id 1
|
||||
|
||||
#>
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
Checkout licence to asset id 3
|
||||
|
||||
#>
|
||||
function Set-SnipeItLicenceSeat()
|
||||
function Set-SnipeItLicenseSeat()
|
||||
{
|
||||
[CmdletBinding(
|
||||
SupportsShouldProcess = $true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue