From d2e70120bb81e56c53f359cbe44d05bf38dcfd13 Mon Sep 17 00:00:00 2001 From: xlejakx <44897502+xlejakx@users.noreply.github.com> Date: Thu, 27 Feb 2020 16:32:41 +0300 Subject: [PATCH] Update New-Asset.md --- docs/New-Asset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/New-Asset.md b/docs/New-Asset.md index ad49eb1..7079d2c 100644 --- a/docs/New-Asset.md +++ b/docs/New-Asset.md @@ -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