umbreit-py/scripts/test_connection_umbreit.ps1

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