mirror of
https://github.com/PowerShell/PSDscResources
synced 2026-06-21 13:45:29 +00:00
Get-MembersOnNanoServer Output Type changed back
missed correction
This commit is contained in:
@@ -1498,7 +1498,7 @@ function Test-TargetResourceOnNanoServer
|
||||
#>
|
||||
function Get-MembersOnNanoServer
|
||||
{
|
||||
[OutputType([System.Array[]])]
|
||||
[OutputType([System.String[]])]
|
||||
[CmdletBinding()]
|
||||
param
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user