struct(wakeup): add params for connectivity testing
This commit is contained in:
+8
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user