change type
This commit is contained in:
@@ -126,7 +126,7 @@ param(
|
|||||||
[string]$Arguments='null',
|
[string]$Arguments='null',
|
||||||
[Parameter(Mandatory=$false,ParameterSetName='live-ps')]
|
[Parameter(Mandatory=$false,ParameterSetName='live-ps')]
|
||||||
[Parameter(Mandatory=$false,ParameterSetName='local')]
|
[Parameter(Mandatory=$false,ParameterSetName='local')]
|
||||||
[System.Collections.ArrayList]$HaltIfRunning
|
[string[]]$HaltIfRunning
|
||||||
)
|
)
|
||||||
$LogName = $MyInvocation.MyCommand
|
$LogName = $MyInvocation.MyCommand
|
||||||
If ( $Arguments -eq "null" ) { $Arguments = $null }
|
If ( $Arguments -eq "null" ) { $Arguments = $null }
|
||||||
|
|||||||
Reference in New Issue
Block a user