generated from dopt-python/py311
6 lines
181 B
PowerShell
6 lines
181 B
PowerShell
Write-Output "Testing connection to jump server..."
|
|
test-netconnection mgmt-t1-ext -port 3389
|
|
|
|
Write-Output "Testing connection to DB server..."
|
|
test-netconnection ts4db -port 1521
|