Try instead with
Test-NetConnection -ComputerName "192.168.49.99" -Port 443 -InformationLevel "Detailed"
--please don't forget to upvote
and Accept as answer
if the reply is helpful--
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have checked the port 443 by powershell in win 10 by the following command:
"tnc hostname –port 443" (mention hostname of the computer)
but I got the “Fail” result how can I solve the problem that get the “True” result?
I was created Inbound rule for tcp&udp 443 and also Outbound rule for tcp&udp 443 in windows firewall
Try instead with
Test-NetConnection -ComputerName "192.168.49.99" -Port 443 -InformationLevel "Detailed"
--please don't forget to upvote
and Accept as answer
if the reply is helpful--
There is no problem with my command.
When the other person checked my system from remote she let me know that the port 443 is not open.
Might also check the correct process is listening.
netstat -aon
then using Task Manager\Processes lookup the PID to get process name.
--please don't forget to upvote
and Accept as answer
if the reply is helpful--
There are many process in listening mode and with their PID in Task Manager mention their process name
What can i do with them?
Seems odd, I would have expected only one listening on 443.
--please don't forget to upvote
and Accept as answer
if the reply is helpful--