mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 18:02:30 +00:00
Added example for asset_tag
This commit is contained in:
parent
9afb3a1be6
commit
d78d5d5281
1 changed files with 3 additions and 0 deletions
|
|
@ -58,6 +58,9 @@ Get-Asset -search "myMachine" -url "https://assets.example.com" -token "token...
|
|||
|
||||
.EXAMPLE
|
||||
Get-Asset -search "myMachine" -url "https://assets.example.com" -token "token..."
|
||||
|
||||
.EXAMPLE
|
||||
Get-Asset -asset_tag "myAssetTag" -url "https://assets.example.com" -token "token..."
|
||||
#>
|
||||
function Get-Asset() {
|
||||
Param(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue