From f99ea3d8af6cf5ce56725f5edd30815f992e3718 Mon Sep 17 00:00:00 2001 From: erikjunker <57944222+erikjunker@users.noreply.github.com> Date: Thu, 6 Oct 2022 19:03:42 +0200 Subject: [PATCH] Update Set-SnipeitAsset.md --- docs/Set-SnipeitAsset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Set-SnipeitAsset.md b/docs/Set-SnipeitAsset.md index 7952df5..0770fc0 100644 --- a/docs/Set-SnipeitAsset.md +++ b/docs/Set-SnipeitAsset.md @@ -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