Server Health Check - Script?

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
SIMMS7400
Posts: 546
Joined: 07 Jan 2016 07:47

Server Health Check - Script?

#1 Post by SIMMS7400 » 13 Oct 2016 06:28

Hi Folks -

I'm looking to spin up a script that performs a "Health Check" across multiple servers. Before I start, I was wondering if anyone here has done something similar and would be willing to share a script?

Thank you!

ShadowThief
Expert
Posts: 1166
Joined: 06 Sep 2013 21:28
Location: Virginia, United States

Re: Server Health Check - Script?

#2 Post by ShadowThief » 13 Oct 2016 12:00

How many servers are we talking about here, and what determines a healthy server?

SIMMS7400
Posts: 546
Joined: 07 Jan 2016 07:47

Re: Server Health Check - Script?

#3 Post by SIMMS7400 » 13 Oct 2016 12:22

Hi Shadow -

Talking about (4) Server here.

I essentially just want to retrieve a few pieces of information:

1. Total Space
2. Total Free Space
3. Virtual Memory
4. Physical Memory
5. Verify certain services are running (services will be passed in via a .txt file pertaining to each server)
6. A list of files over 500mb

Then spool all to a txt file.

Thanks!

Post Reply