Merge pull request #49 from xlejakx/patch-1

Update New-Asset.md
This commit is contained in:
Stephen 2020-06-17 08:40:40 +01:00 committed by GitHub
commit 998016b135
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ New-Asset -status_id 1 -model_id 1 -name "Machine1"
### -------------------------- EXAMPLE 2 -------------------------- ### -------------------------- 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 ## PARAMETERS