From ba1fdef8e508b5f6b2c24497e03a350797f9d64e Mon Sep 17 00:00:00 2001 From: erikjunker <57944222+erikjunker@users.noreply.github.com> Date: Thu, 6 Oct 2022 19:03:20 +0200 Subject: [PATCH] Update New-SnipeitAsset.md --- docs/New-SnipeitAsset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/New-SnipeitAsset.md b/docs/New-SnipeitAsset.md index 02d563d..9b2d05d 100644 --- a/docs/New-SnipeitAsset.md +++ b/docs/New-SnipeitAsset.md @@ -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. ```