August 20, 2025

#269 - SCADA Troubleshooting network issues

- To ping a specific port in windows power shell:

> Test-NetConnection TargetNode -port xxx

Example: > Test-NetConnection 192.1.1.1 -port 49153

Note: Check the TcpTestSucceeded result. Optional flags are -InformationLevel Detailed.

No comments:

Post a Comment