mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 01:42:29 +00:00
Update New-Asset.md
This commit is contained in:
parent
2ec48c67a1
commit
d2e70120bb
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ New-Asset -status_id 1 -model_id 1 -name "Machine1"
|
|||
|
||||
### -------------------------- EXAMPLE 2 --------------------------
|
||||
```
|
||||
New-Asset -status_id 1 -model_id 1 -name "Machine1" -CustomValues = @{ "_snipeit_os_5 = "Windows 10 Pro" }
|
||||
New-Asset -status_id 1 -model_id 1 -name "Machine1" -customfields = @{ "_snipeit_os_5" = "Windows 10 Pro" }
|
||||
```
|
||||
|
||||
## PARAMETERS
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue