|
| ||||||||||
| Tags: 2003, uptime |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Uptime for Windows 2003 +
availible. Is there another command one can use to check the amount of time that a server is running? The old uptime was very convenient.Please assist? |
|
#2
| |||
| |||
| Re: Uptime for Windows 2003 +
MaxKane wrote: > Anybody know how you can "uptime", windows 2003+ or if the option is > availible. Is there another command one can use to check the amount of time > that a server is running? The old uptime was very convenient.Please assist? Hi, usually this is done via checking the eventlog (system) for newest appearance of message Source: EventLog, ID: 6005. Probably via vbscript or something like this. Peter Olomouc, Czech Rep. |
|
#3
| |||
| |||
| Re: Uptime for Windows 2003 +
MaxKane wrote: > Anybody know how you can "uptime", windows 2003+ or if the option is > availible. Is there another command one can use to check the amount of time > that a server is running? The old uptime was very convenient.Please assist? Hi, usually this is done via checking the eventlog (system) for newest appearance of message Source: EventLog, ID: 6005. Probably via vbscript or something like this. Peter Olomouc, Czech Rep. |
|
#4
| |||
| |||
| Re: Uptime for Windows 2003 +
Hi, I usually use this command line net statistics server | more Result would be something like: ********************************* Server Statistics for \\MIKE Statistics since 1/12/2005 9:20 AM ********************************* This would be the time when server service was last started. -- Mike Microsoft MVP - Windows Security "MaxKane" <MaxKane@discussions.microsoft.com> wrote in message news:3E944236-E602-4987-96CA-07DAD54135CB@microsoft.com... > Anybody know how you can "uptime", windows 2003+ or if the option is > availible. Is there another command one can use to check the amount of > time > that a server is running? The old uptime was very convenient.Please > assist? |
|
#5
| |||
| |||
| Re: Uptime for Windows 2003 +
Hi, I usually use this command line net statistics server | more Result would be something like: ********************************* Server Statistics for \\MIKE Statistics since 1/12/2005 9:20 AM ********************************* This would be the time when server service was last started. -- Mike Microsoft MVP - Windows Security "MaxKane" <MaxKane@discussions.microsoft.com> wrote in message news:3E944236-E602-4987-96CA-07DAD54135CB@microsoft.com... > Anybody know how you can "uptime", windows 2003+ or if the option is > availible. Is there another command one can use to check the amount of > time > that a server is running? The old uptime was very convenient.Please > assist? |
|
#6
| |||
| |||
| Re: Uptime for Windows 2003 +
Thanks for the advise Miha, Can this also be done remotely without logging into the server itself? "Miha Pihler [MVP]" wrote: > Hi, > > I usually use this command line > > net statistics server | more > > Result would be something like: > > ********************************* > Server Statistics for \\MIKE > Statistics since 1/12/2005 9:20 AM > ********************************* > > This would be the time when server service was last started. > > -- > Mike > Microsoft MVP - Windows Security > > "MaxKane" <MaxKane@discussions.microsoft.com> wrote in message > news:3E944236-E602-4987-96CA-07DAD54135CB@microsoft.com... > > Anybody know how you can "uptime", windows 2003+ or if the option is > > availible. Is there another command one can use to check the amount of > > time > > that a server is running? The old uptime was very convenient.Please > > assist? > > > |
|
#7
| |||
| |||
| Re: Uptime for Windows 2003 +
Thanks for the advise Miha, Can this also be done remotely without logging into the server itself? "Miha Pihler [MVP]" wrote: > Hi, > > I usually use this command line > > net statistics server | more > > Result would be something like: > > ********************************* > Server Statistics for \\MIKE > Statistics since 1/12/2005 9:20 AM > ********************************* > > This would be the time when server service was last started. > > -- > Mike > Microsoft MVP - Windows Security > > "MaxKane" <MaxKane@discussions.microsoft.com> wrote in message > news:3E944236-E602-4987-96CA-07DAD54135CB@microsoft.com... > > Anybody know how you can "uptime", windows 2003+ or if the option is > > availible. Is there another command one can use to check the amount of > > time > > that a server is running? The old uptime was very convenient.Please > > assist? > > > |
|
#8
| |||
| |||
| Re: Uptime for Windows 2003 +
How about VBScript/WMI? http://groups-beta.google.com/group/...18b76472f352c3 "MaxKane" <MaxKane@discussions.microsoft.com> wrote in message news:3E944236-E602-4987-96CA-07DAD54135CB@microsoft.com... > Anybody know how you can "uptime", windows 2003+ or if the option is > availible. Is there another command one can use to check the amount of > time > that a server is running? The old uptime was very convenient.Please > assist? |
|
#9
| |||
| |||
| Re: Uptime for Windows 2003 +
How about VBScript/WMI? http://groups-beta.google.com/group/...18b76472f352c3 "MaxKane" <MaxKane@discussions.microsoft.com> wrote in message news:3E944236-E602-4987-96CA-07DAD54135CB@microsoft.com... > Anybody know how you can "uptime", windows 2003+ or if the option is > availible. Is there another command one can use to check the amount of > time > that a server is running? The old uptime was very convenient.Please > assist? |
|
#10
| |||
| |||
| Re: Uptime for Windows 2003 +
Yes, I believe if you use the command line tool psuptime.exe you can do this. It is a free download. -- Bob -------------------------------------- I'll have a B please Bob. "MaxKane" <MaxKane@discussions.microsoft.com> wrote in message news:0F3F5F2D-0E8C-4D36-9B71-83F3BE74978A@microsoft.com... > Thanks for the advise Miha, Can this also be done remotely without logging > into the server itself? > > "Miha Pihler [MVP]" wrote: > >> Hi, >> >> I usually use this command line >> >> net statistics server | more >> >> Result would be something like: >> >> ********************************* >> Server Statistics for \\MIKE >> Statistics since 1/12/2005 9:20 AM >> ********************************* >> >> This would be the time when server service was last started. >> >> -- >> Mike >> Microsoft MVP - Windows Security >> >> "MaxKane" <MaxKane@discussions.microsoft.com> wrote in message >> news:3E944236-E602-4987-96CA-07DAD54135CB@microsoft.com... >> > Anybody know how you can "uptime", windows 2003+ or if the option is >> > availible. Is there another command one can use to check the amount of >> > time >> > that a server is running? The old uptime was very convenient.Please >> > assist? >> >> >> |
|
#11
| |||
| |||
| Re: Uptime for Windows 2003 +
Yes, I believe if you use the command line tool psuptime.exe you can do this. It is a free download. -- Bob -------------------------------------- I'll have a B please Bob. "MaxKane" <MaxKane@discussions.microsoft.com> wrote in message news:0F3F5F2D-0E8C-4D36-9B71-83F3BE74978A@microsoft.com... > Thanks for the advise Miha, Can this also be done remotely without logging > into the server itself? > > "Miha Pihler [MVP]" wrote: > >> Hi, >> >> I usually use this command line >> >> net statistics server | more >> >> Result would be something like: >> >> ********************************* >> Server Statistics for \\MIKE >> Statistics since 1/12/2005 9:20 AM >> ********************************* >> >> This would be the time when server service was last started. >> >> -- >> Mike >> Microsoft MVP - Windows Security >> >> "MaxKane" <MaxKane@discussions.microsoft.com> wrote in message >> news:3E944236-E602-4987-96CA-07DAD54135CB@microsoft.com... >> > Anybody know how you can "uptime", windows 2003+ or if the option is >> > availible. Is there another command one can use to check the amount of >> > time >> > that a server is running? The old uptime was very convenient.Please >> > assist? >> >> >> |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Uptime for Windows 2003 +" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sony Tablet S uptime contest | Indudep | Portable Devices | 2 | 27-10-2011 11:13 PM |
| problem with windows 2003 active directory and windows 2003 server | darkvicoamao | Active Directory | 1 | 20-04-2011 06:13 PM |
| How to check laptop uptime on vista ? | EULALIA | Operating Systems | 3 | 22-07-2009 11:27 AM |
| How to Check Uptime in Vista | Uriah | Windows Software | 3 | 20-07-2009 08:52 AM |
| Determining the uptime Windows Vista ? | Daiwik | Tips & Tweaks | 1 | 11-12-2008 05:50 PM |