mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 18:02:30 +00:00
Update New-SnipeitAsset.md
This commit is contained in:
parent
fadfa2d797
commit
ba1fdef8e5
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ Specifying asset tag when creating asset
|
|||
|
||||
### EXAMPLE 3
|
||||
```
|
||||
New-SnipeitAsset -status_id 1 -model_id 1 -name "Machine1" -customfields = @{ "_snipeit_os_5" = "Windows 10 Pro" }
|
||||
New-SnipeitAsset -status_id 1 -model_id 1 -name "Machine1" -customfields @{ "_snipeit_os_5" = "Windows 10 Pro" }
|
||||
Using customfields when creating asset.
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue