mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 18:02:30 +00:00
some formating
This commit is contained in:
parent
528367cbd6
commit
e8d52ab59c
1 changed files with 0 additions and 5 deletions
|
|
@ -80,13 +80,10 @@ function Set-SnipeitUser() {
|
||||||
|
|
||||||
[string]$userName,
|
[string]$userName,
|
||||||
|
|
||||||
|
|
||||||
[string]$jobtitle,
|
[string]$jobtitle,
|
||||||
|
|
||||||
|
|
||||||
[string]$email,
|
[string]$email,
|
||||||
|
|
||||||
|
|
||||||
[string]$phone,
|
[string]$phone,
|
||||||
|
|
||||||
[int]$company_id,
|
[int]$company_id,
|
||||||
|
|
@ -97,12 +94,10 @@ function Set-SnipeitUser() {
|
||||||
|
|
||||||
[int]$manager_id,
|
[int]$manager_id,
|
||||||
|
|
||||||
|
|
||||||
[string]$employee_num,
|
[string]$employee_num,
|
||||||
|
|
||||||
[bool]$activated,
|
[bool]$activated,
|
||||||
|
|
||||||
|
|
||||||
[string]$notes,
|
[string]$notes,
|
||||||
|
|
||||||
[parameter(mandatory = $true)]
|
[parameter(mandatory = $true)]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue