Windows 11
Powershell: What is my ip?
(2026-03-05) > Invoke-RestMethod -Uri https://ipinfo.io | Select-Object -ExpandProperty ip 172.10...
Powershell: Fetch Web Page
(2026-03-05) > Invoke-WebRequest -UseBasicParsing -Uri "https://wiki.xdroop.com" StatusCode ...
Powershell: Test Network Connection
(2026-03-05) > tnc www.google.ca -Port 443 ComputerName : www.google.ca RemoteAddress : ...