Make Get-Users
output explicit
This commit is contained in:
parent
849d8387cc
commit
acb22f8a89
|
@ -149,6 +149,8 @@ $null = New-Module {
|
||||||
Gets the names of the users to create.
|
Gets the names of the users to create.
|
||||||
#>
|
#>
|
||||||
function Get-Users {
|
function Get-Users {
|
||||||
|
[OutputType([string[]])]
|
||||||
|
param()
|
||||||
Get-Attributes "valhalla.windows.users";
|
Get-Attributes "valhalla.windows.users";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue