mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-15 18:55:47 +00:00
Set password to mandatory as suggested in issue #287
This commit is contained in:
parent
95110908aa
commit
0230e9c97b
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ function New-SnipeitUser() {
|
||||||
[parameter(mandatory = $true)]
|
[parameter(mandatory = $true)]
|
||||||
[string]$username,
|
[string]$username,
|
||||||
|
|
||||||
|
[parameter(mandatory = $true)]
|
||||||
[string]$password,
|
[string]$password,
|
||||||
|
|
||||||
[bool]$activated = $false,
|
[bool]$activated = $false,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue