Kerry CorderoKISS IT Design Principle - Human Error Prevention
  • Home
  • About
  • Disclaimer
  • Guides and Slides
    • AWS Well-Architected Framework
    • Facebook – Running BGP in the Data Center at Scale
    • Microsoft – Experiences with BGP in Large Scale Data Centers
    • Palo Alto PCNSE Study Guide
  • IP Calculator
  • Links
  • Contact
  • See all results
Home
Laptops & Desktops
Ping Sweep on a Windows Device

Ping Sweep on a Windows Device

Kerry Cordero
Laptops & DesktopsServers
1 min read

Command Prompt:

for /L %i in (1,1,254) do @ping -n 1 4.2.2.%i | find "Reply"

Powershell:

1..254 | % { $ip = "4.2.2.$_"; if (Test-Connection -ComputerName $ip -Count 1 -Quiet) { $ip } }
Tags
Microsoft WindowsTroubleshooting
Related
Servers

HTTP Status Code and IIS Configuration Troubleshooting Guide

Laptops & DesktopsServers

DNS Troubleshooting Guide

Laptops & DesktopsServers

DNS, SFTP, and FTPS: Why Firewalls Handle These Protocols Differently

Laptops & Desktops

Troubleshooting FTP Passive Mode Issues: PRODFTP vs. DEVFTP

Previous Microsoft SQL Service Accounts
Next Python – Use RIPE to Research IP Subnet (BGP AS, Geolocation, Reverse DNS, CIDR Block, & Registration)
© 2025 cordero.me • All Rights Reserved
  • Home
  • About
  • Disclaimer
  • Guides and Slides
    • AWS Well-Architected Framework
    • Facebook – Running BGP in the Data Center at Scale
    • Microsoft – Experiences with BGP in Large Scale Data Centers
    • Palo Alto PCNSE Study Guide
  • IP Calculator
  • Links
  • Contact

Categories

  • Business Management
  • Cloud
  • Code
  • Data Center
  • Laptops & Desktops
  • Load Balancing
  • Routing & Switching
  • Security
  • Servers
  • Uncategorized
  • VOIP
  • Wireless

Tags

Active Directory (AD) API AWS Azure Best Practices BGP Certificates Cisco Cisco ACI Cisco ASA Cisco ASR Cisco Catalyst Cisco CLI Cisco ISE Cisco Nexus Cisco Stack DDOS Design DNS EIGRP F5 HTTP(S) IP Addressing and Subnetting Logging macOS Microsoft IIS Microsoft SQL Microsoft Windows OSPF Packet Capture Palo Alto Palo Alto CLI PDF Planning Ports PowerShell python QOS Splunk SSL Structured Cabling TLS Troubleshooting Upgrade VMWare
Start typing to see results or hit ESC to close
Troubleshooting Palo Alto Microsoft Windows F5 Cisco
See all results