From 549379ab4d09c4d300c1f0d6a410bbd64b1379ea Mon Sep 17 00:00:00 2001 From: foefl Date: Mon, 1 Dec 2025 10:59:35 +0100 Subject: [PATCH] test server connection when connected to VPN --- scripts/test_connection_umbreit.ps1 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/test_connection_umbreit.ps1 diff --git a/scripts/test_connection_umbreit.ps1 b/scripts/test_connection_umbreit.ps1 new file mode 100644 index 0000000..9413a31 --- /dev/null +++ b/scripts/test_connection_umbreit.ps1 @@ -0,0 +1,5 @@ +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