Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

EnvironmentChecker

A simple PowerShell script that checks if servers are online or offline.
Reads server list from a CSV file, pings them, and updates their status back in the same CSV.

How it works

  • Import server list from EnvCheckerList.csv
  • Ping each server
  • Update LastStatus field in the CSV
  • Print changes (e.g., "Server1 is now online")

Run

# Run the script from PowerShell
.\EnvironmentChecker.ps1

Example CSV Format

ServerName,LastStatus
Server1,Success
Server2,Failure

License

MIT

About

PowerShell script that checks server availability from a CSV list and updates their status.

Topics

Resources

Stars

Watchers

Forks

Packages

Contributors

Languages