This time, the output showed that the connection was successful:
if %errorlevel% equ 0 ( echo SUCCESS: All required ports accessible ) else ( echo FAILURE: Port connectivity issues detected echo Check %LOGFILE% for details ) portqry windows
| Exit Code | Meaning | |-----------|---------| | 0 | Port listening or success | | 1 | Port not listening | | 2 | Target unreachable | | 3 | Local port resolution failed | | 4 | Parameter error | This time, the output showed that the connection
This command tests the connectivity to the specified port and protocol (TCP or UDP). portqry windows
portqry -n <server_name>:<port_number>