Skip to content

ayushkushwaha0000/Multiple-IP-Ping-Excel-Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Š Multiple-IP Ping Automation with PowerShell + Excel

This PowerShell script automates network health checks by reading a list of IPs from Excel, pinging them multiple times, and saving the results with color-coded status.


πŸš€ Features

  • Reads IPs from Excel (Column A).
  • Pings each IP 10 times for reliability.
  • Writes results back to Excel with:
    • βœ… Green = Up
    • ❌ Red = Down
  • Saves results into a timestamped Excel file (keeps history).
  • Generates log files for troubleshooting.
  • Can be scheduled via Windows Task Scheduler for automation.

πŸ“‚ Files

  • Multiple-IP-Ping-Excel.ps1 β†’ The PowerShell script
  • All-IP-Source-Sheet.xlsx β†’ Example Excel input file (Column A = IPs)
  • Logs/ β†’ Auto-generated logs on each run

⚑ Usage

  1. Clone/download this repository
  2. Place your IPs in Column A of All-IP-Source-Sheet.xlsx
  3. Run the script:
    .\Multiple-IP-Ping-Excel.ps1

Results will be saved as:

Ping-Result_YYYY-MM-DD_HH-mm-ss.xlsx

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published