Skip to content
  • Blog
    • Datenschutz
    • Gaming
    • IT-Security
    • Linux
    • Network
    • Virtualization
    • Web-developement
    • Windows
  • This website
    • About this website
    • Bio
    • Datenschutzerklärung
    • Impressum
    • Über diese Website
    • Meta
      • Login
      • Logout
      • Search

Mario Freytag's Homepage

HowTo and Blog

Mario Freytag's Homepage

HowTo and Blog

  • Blog
    • Datenschutz
    • Gaming
    • IT-Security
    • Linux
    • Network
    • Virtualization
    • Web-developement
    • Windows
  • This website
    • About this website
    • Bio
    • Datenschutzerklärung
    • Impressum
    • Über diese Website
    • Meta
      • Login
      • Logout
      • Search

Ping an entire subnet using PowerShell

By Mario2022-11-172022-11-17Network, Windows

Open PowerShell ISE and write code like this:

for($i=1;$i -le 254;$i++){
  ping -n 1 192.168.0.$i
 }

Post navigation

iOS 16.1.1 is available and should be installed shortly
Cannot allocate video memory in DOOM Eternal via Proton

You might also like:

2024-07-25

Regarding my Intel Core i7-13700K (unstable)

2024-05-082025-03-15

Static IP configuration in Debian 12

2024-03-10

Issues when Pihole is a DHCP client

Recent Posts

  • Security updates this week
  • Slight redesign of my homepage
  • Sync your local folder to a Hetzner Storage Box with rsync and ssh
  • Metal Gear Solid on Steam
  • Analytics on my homepage

Categories

Archives

Back to top