mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-15 10:45:48 +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,
|
||||
|
||||
[string]$username,
|
||||
|
||||
[string]$email,
|
||||
|
||||
[ValidateSet("asc", "desc")]
|
||||
[string]$order = "desc",
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue