Computer

(PowerShell) 포트 테스트

steloflute 2020. 10. 25. 21:20

Test-NetConnection -ComputerName www.example.com  -Port 80

 

docs.microsoft.com/en-us/powershell/module/nettcpip/test-netconnection?view=win10-ps

 

Test-NetConnection (NetTCPIP)

Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.

docs.microsoft.com

4sysops.com/archives/test-netconnection-vs-test-connection-testing-a-network-connection-with-powershell/

 

Test-NetConnection vs. Test-Connection - Testing a network connection with PowerShell

Ultimately, there's going to come a time when a server goes offline from the rest of the network, and it'll leave you scratching your head wondering why. If it's because of a firewall, a bad network interface controller (NIC), or some other network connect

4sysops.com