Find your external IP address:
Invoke-WebRequest icanhazip.com
Ping TCP port:
Test-NetConnection -ComputerName <string> -Port <int>
A website by Kieron Lehmann-Mayne
Find your external IP address:
Invoke-WebRequest icanhazip.com
Ping TCP port:
Test-NetConnection -ComputerName <string> -Port <int>