My IT Notes
  • Home
  • Linux
  • PowerShell
  • Microsoft
  • VMware
  • Cisco
  • Exchange
  • My Credentials

Tag Archives for range

How to ping all IP addresses in a range from CMD

  • Posted on 08/04/2013
  • by AlfPi

FOR /L %i IN (1,1,254) DO ping -a -n 1 -a 192.168.0.%i | FIND /i “Reply”>>C:ipaddresses.txt

0
0
  • Categorized in DOS, Windows Server
  • Tagged with cmd, ip, ping, range, scope
  • Leave a comment
Users Online
2 Users Online
Reference Guides
Debian Reference
Shell Scripting Tutorial
Command reference
Great VMware resource
RegEx Tester and Builder
Advanced Bash Scripting Guide
Open Source Research and Reference
Recent Posts
  • VMware – esxtop – troubleshooting VM CPU performance
  • Linux – Network Manager – change static IP via nmcli
  • Linux – Adding and extending LVM disk
  • PS – Certificate Authority Backup Script
  • PowerShell – event ID email monitor
  • Wireshark – how to capture relevant data
  • ARP – view and clear cache
  • Exchange online – Office 365 – PowerShell
  • VMware – capturing network packets
  • PowerShell – get windows 10 versions
Tag Cloud
CentOS cisco CompTIA config console cpu debian DNS error esxi exchange host HP install ip linux Linux Server Professional Certification LPIC monitoring mysql network nginx performance pi ping postfix powercli powershell raspberry pi router samba server 2003 source ssh syslog troubleshooting udoo virtual machine vm vmware volume windows windows 10 wireshark WSUS
Categories
  • android (1)
  • ASA (3)
  • CentOS (5)
  • Certification (6)
  • Cisco (11)
  • Debian (68)
  • DOS (4)
  • ESXi (12)
  • Exchange (17)
  • Fedora (4)
  • Hardware (4)
  • HP (4)
  • Linux (127)
  • Microsoft (11)
  • NUC (2)
  • OpenWRT (3)
  • PowerShell (49)
  • Raspberry PI (39)
  • Red Hat (12)
  • TP-LINK (3)
  • ubuntu (17)
  • UDOO (35)
  • Uncategorized (2)
  • VMware (21)
  • Windows (9)
  • Windows 10 (2)
  • Windows Server (35)
Most Liked Posts
  • Linux - How to check/enable promiscuous mode (100)
  • ESXI - How to find out VMs IP address from SSH (2)
  • Install and setup Syslog-ng with PHP-SYSLG-NG front end (2)
  • PowerShell - Read-Host values into an Array (2)
  • DEBIAN 8 - How to install MySQL server 5.6 or 5.7 (1)
  • How To Configure BIND as a DNS Server (1)
  • Linux - RDP client with RD Gateway (1)
  • Linux Mint - Sound source switcher (1)
  • Microsoft Exchange - Removing an Auto-Mapped Mailbox from Outlook (1)
  • NGINX - (13: Permission denied) while connecting to upstream node.js server (1)

© 2021 My IT Notes