Search found 133 matches

by superfly12
Tue Apr 27, 2010 12:10 am
Forum: VBScript
Topic: Monitoring CPU utilization
Replies: 1
Views: 1222

Monitoring CPU utilization

Hello,We need to monitor CPU utilization. We need to get email alerts when utilization reaches 90% for around 5 mins. I've got a script till where it can check for utilization but how to check whether the utilization being 90% for 5 mins. Option Explicit Dim oWsh, oWshSysEnv, objFSO, objWMIService D...
by superfly12
Fri Apr 09, 2010 7:27 pm
Forum: VBScript
Topic: How to find the network card driver version
Replies: 5
Views: 3546

How to find the network card driver version

Hi,This is script is working fine but for some reason it doesn't pull up driver information on some servers. Any idea?
by superfly12
Thu Mar 11, 2010 4:58 pm
Forum: VBScript
Topic: Need advice on monitoring logs
Replies: 5
Views: 2171

Need advice on monitoring logs

I know this logic and its already in place as when ever the application stops running we get email alerts. But what i was asking for was how to check whether its writing logs or not? How can we check whether those log files are getting generated in that folder where we configured to save log files?L...
by superfly12
Thu Mar 11, 2010 2:18 pm
Forum: VBScript
Topic: Need advice on monitoring logs
Replies: 5
Views: 2171

Need advice on monitoring logs

Hello,We need to monitor whether logs being generated by wireshark application or not. we have configured to save the logs to a local drive on the server and it creates a new log file once the old log reaches 25MB space. This would some times take 2 mins to create another log file and some times 10,...
by superfly12
Tue Feb 23, 2010 10:44 am
Forum: VBScript
Topic: How to find user creation date on local computer.
Replies: 5
Views: 7055

How to find user creation date on local computer.

Thank you but it didn't help.
by superfly12
Tue Feb 23, 2010 9:22 am
Forum: VBScript
Topic: Any way to findout security log size
Replies: 1
Views: 1140

Any way to findout security log size

Hi,Is there any way to find out the security log size as we are required to archive logs when it reaches 95%. As of now we have a script scheduled to run every 3 days irrespective of size. Any advice to make it better would be appreciated.Thank you.
by superfly12
Tue Feb 23, 2010 9:14 am
Forum: VBScript
Topic: How to find user creation date on local computer.
Replies: 5
Views: 7055

How to find user creation date on local computer.

Hello Everyone,Is there any way to find out user creation date on a local computer through script?
by superfly12
Tue Feb 23, 2010 9:14 am
Forum: VBScript
Topic: How to find user creation date on local computer.
Replies: 5
Views: 7055

How to find user creation date on local computer.

Hello Everyone,Is there any way to find out user creation date on a local computer through script?
by superfly12
Tue Dec 22, 2009 4:28 pm
Forum: VBScript
Topic: monitoring server for unexpected reboot
Replies: 2
Views: 1446

monitoring server for unexpected reboot

Cool, Thanks a bunch.
by superfly12
Tue Dec 22, 2009 1:44 pm
Forum: VBScript
Topic: monitoring server for unexpected reboot
Replies: 2
Views: 1446

monitoring server for unexpected reboot

Hello,I need some advice on monitoring unexpected reboot for a server.I think it can be done by adding a batch file( uses mailto.exe) to start up programs which sends an email alert. Any other way to monitor?Thank you.