Updated examples

This commit is contained in:
Petri Asikainen 2021-05-23 23:05:14 +03:00
parent f98315a614
commit bb4cf89bdd
2 changed files with 2 additions and 4 deletions

View file

@ -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 Users API Key for Snipeit, can be set using Set-SnipeItInfo command
.EXAMPLE .EXAMPLE
Get-License -search SomeLicense Get-SnipeItLicenseSeat -id 1
.EXAMPLE
Get-License -id 1
#> #>

View file

@ -31,7 +31,7 @@
Checkout licence to asset id 3 Checkout licence to asset id 3
#> #>
function Set-SnipeItLicenceSeat() function Set-SnipeItLicenseSeat()
{ {
[CmdletBinding( [CmdletBinding(
SupportsShouldProcess = $true, SupportsShouldProcess = $true,