Link to home
Start Free TrialLog in
Avatar of nainil
nainilFlag for United States of America

asked on

Script to find if a Windows 2008 server is actually being utilized

We have a couple of Win 2008 servers given to our team. Many a times the server is not being utilized after the initial few months as the project has ended. But we are not always notified about it.

Criteria for knowing if a server is being utilized is:
1. See if a user has logged-in atleast once a week
2. See if the disk utilization has increased.

My question is:

How to determine (in an auto-mated way) if a server is being actively used or utilized?

How to monitor (in an auto-mated way) a server to see if it is actively being used?

Is there any Windows script which can let me know if its a server which is being utilized actively?
Avatar of Nagendra Pratap Singh
Nagendra Pratap Singh
Flag of Australia image

Automation may not be suitable here because to automate for 1000s of possible things is hard.

Check what does the server does. Check the movement in DB and log files. Check the active sessions.

Shutdown the server, leave it like that.

If someone complains, then start it.
Avatar of nainil

ASKER

@npsingh123

Criteria for knowing if a server is being utilized is:
1. See if a user has logged-in atleast once a week
2. See if the disk utilization has increased.

From the 1000s of variables, these are the only 2 things I want to monitor. So I am sure there should be an easier way to take care of it.
ASKER CERTIFIED SOLUTION
Avatar of Nagendra Pratap Singh
Nagendra Pratap Singh
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial