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 : ...
WSL: Networking in Mirrored Mode
(2026-07-02) Enable Mirrored Networking Edit .wslconfig Open (or create) the file at: C:\Users<Yo...
lsof For Windows
(2026-07-07) Sysinternals Install Sysinternals -- it's in the store and puts all the goodies in t...