| Author |
Message |
JDR
Guest
|
Posted:
Sun Nov 13, 2005 9:50 pm Post subject:
Last Server Reboot |
|
|
How do I see the last time a "Windows 2000 Server" system was rebooted?
Thanks |
|
| Back to top |
|
 |
Frankster
Guest
|
Posted:
Sun Nov 13, 2005 9:50 pm Post subject:
Re: Last Server Reboot |
|
|
"JDR" <jdrut10@hotmail.com> wrote in message
news:OK0lV7I6FHA.476@TK2MSFTNGP15.phx.gbl...
| Quote: | How do I see the last time a "Windows 2000 Server" system was rebooted?
Thanks
|
Although not foolproof, often you can tell by looking at the pagefile
date/timestamp. Pagefiles are re-written when booting.
C:> dir page* /a [enter]
The caveat is, that pagefile can also be updated when they are forced to
grow by the OS.
-Frank |
|
| Back to top |
|
 |
Dave Patrick
Guest
|
Posted:
Sun Nov 13, 2005 9:50 pm Post subject:
Re: Last Server Reboot |
|
|
Look for event 6005 in the system log of Event Viewer
--
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
"JDR" wrote:
| How do I see the last time a "Windows 2000 Server" system was rebooted?
|
| Thanks
|
| |
|
| Back to top |
|
 |
Guest
|
Posted:
Mon Nov 14, 2005 1:50 am Post subject:
Re: Last Server Reboot |
|
|
"JDR" <jdrut10@hotmail.com> wrote:
| Quote: | How do I see the last time a "Windows 2000 Server" system was rebooted?
Thanks
|
NET STATISTICS SERVER
Ken Wallewein
K&M Systems Integration
Phone (403)274-7848
Fax (403)275-4535
kenw@kmsi.net
www.kmsi.net |
|
| Back to top |
|
 |
Todd J Heron
Guest
|
Posted:
Mon Nov 14, 2005 1:50 am Post subject:
Re: Last Server Reboot |
|
|
"JDR" <jdrut10@hotmail.com> wrote in message...
| Quote: | How do I see the last time a "Windows 2000 Server" system was rebooted?
|
Thanks
Besides uptime.exe,
net statistics server | more
will output something like this:
****************************
Server Statistics for \\Server1
Statistics since 1/24/2005 5:04 PM
****************************
This would indicate that Server1 has been up since Jan 24th, 5:04 PM. A
longer route to determine this is to open a command prompt and enter the
command: systeminfo. The System Up Time is shown near the top. This works
in Windows XP as well as Windows 2003. The modifed date timestamp on
pagefile.sys also provides this data. Finally, open Task Manager and look
for the CPU time for system idle process for a general idea.
--
Todd J Heron, MCSE
Windows Server 2003/2000/NT; CCA
----------------------------------------------------------------------------
This posting is provided "as is" with no warranties and confers no rights |
|
| Back to top |
|
 |
|
|
|
|