Sharing practical tips about the craftsmanship of Industrial Automation
- 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