Useful PowerShell commands

Find your external IP address:
Invoke-WebRequest icanhazip.com

Ping TCP port:
Test-NetConnection -ComputerName <string> -Port <int>