mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-15 18:55:47 +00:00
Merge branch 'fix/get-user-search-fields#35' into develop
This commit is contained in:
commit
a3ab7f4fd9
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