mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-15 18:55:47 +00:00
fix for #35, get-user by email or username
This commit is contained in:
parent
4ed189b45d
commit
981e90e103
1 changed files with 10 additions and 6 deletions
|
|
@ -44,6 +44,10 @@ function Get-User() {
|
||||||
|
|
||||||
[int]$department_id,
|
[int]$department_id,
|
||||||
|
|
||||||
|
[string]$username,
|
||||||
|
|
||||||
|
[string]$email,
|
||||||
|
|
||||||
[ValidateSet("asc", "desc")]
|
[ValidateSet("asc", "desc")]
|
||||||
[string]$order = "desc",
|
[string]$order = "desc",
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue