Recent Activity
david
User for 1 year
Created Content
Recently Created Pages View All
Ping Stats Without Quitting
(2019-01-21) Problem I have a long running ping and I want to see where we are without killing th...
Basic SD-WAN for 7.4.x
(2026-04-08) What This Is About (This is a refinement of my previous sdwan writings.) In the cour...
Powershell: Test Network Connection
(2026-03-05) > tnc www.google.ca -Port 443 ComputerName : www.google.ca RemoteAddress : ...
Powershell: Fetch Web Page
(2026-03-05) > Invoke-WebRequest -UseBasicParsing -Uri "https://wiki.xdroop.com" StatusCode ...
Powershell: What is my ip?
(2026-03-05) > Invoke-RestMethod -Uri https://ipinfo.io | Select-Object -ExpandProperty ip 172.10...