struct(wakeup): add params for connectivity testing
This commit is contained in:
parent
cda29f2ef1
commit
e5bc1f76df
@ -6,7 +6,14 @@ param
|
||||
# Computer to wake up
|
||||
[Alias("Computer")]
|
||||
[String]
|
||||
$targetComputer = ""
|
||||
$targetComputer = "",
|
||||
# Skip RDP connectivity readiness check
|
||||
[Alias("Check", "Readiness")]
|
||||
[Switch]
|
||||
$ConnectivityCheck = $false,
|
||||
# RDP connectivity readiness check timeout
|
||||
[Int]
|
||||
$Timeout = 300
|
||||
)
|
||||
|
||||
function exitError($errMessage, $PSItem, $exitCode = 1)
|
||||
|
Loading…
Reference in New Issue
Block a user