mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 18:02:30 +00:00
Update Set-SnipeitAsset.md
This commit is contained in:
parent
ba1fdef8e5
commit
f99ea3d8af
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ Set-SnipeitAsset -id 1 -status_id 1 -model_id 1 -name "Machine1"
|
|||
|
||||
### EXAMPLE 2
|
||||
```
|
||||
Set-SnipeitAsset -id 1 -name "Machine1" -customfields = @{ "_snipeit_os_5" = "Windows 10 Pro" ; "_snipeit_os_version" = "1909" }
|
||||
Set-SnipeitAsset -id 1 -name "Machine1" -customfields @{ "_snipeit_os_5" = "Windows 10 Pro" ; "_snipeit_os_version" = "1909" }
|
||||
```
|
||||
|
||||
### EXAMPLE 3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue