From 74000fd82adc6b5df4713a096afec6ac023c8a18 Mon Sep 17 00:00:00 2001 From: Frank Geisler Date: Thu, 29 Jun 2023 11:00:16 +0200 Subject: [PATCH] corrected some typos in the description of the command and the examples --- SnipeitPS/Public/New-SnipeitUser.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SnipeitPS/Public/New-SnipeitUser.ps1 b/SnipeitPS/Public/New-SnipeitUser.ps1 index 30f42dd..67091b9 100644 --- a/SnipeitPS/Public/New-SnipeitUser.ps1 +++ b/SnipeitPS/Public/New-SnipeitUser.ps1 @@ -14,7 +14,7 @@ .PARAMETER username Username for user - .PARAMETER active + .PARAMETER activated Can user log in to snipe-it? .PARAMETER password @@ -63,7 +63,7 @@ Deprecated parameter, please use Connect-SnipeitPS instead. User's API Key for Snipeit. .EXAMPLE - New-Snipeituser -fist_name It -lastname Snipe -username snipeit -activated $false -company_id 1 -location_id 1 -department_id 1 + New-Snipeituser -fist_name It -last_name Snipe -username snipeit -activated $false -company_id 1 -location_id 1 -department_id 1 Creates new a new user who can't login to system .NOTES