Go Back   TechArena Community > Technical Support > Computer Help > Windows Server > Windows Server Help
Become a Member!
Forgot your username/password?
Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: ,

Sponsored Links


Uptime for Windows 2003 +

Windows Server Help


Reply
 
Thread Tools Search this Thread
  #1  
Old 12-01-2005
=?Utf-8?B?TWF4S2FuZQ==?=
 
Posts: n/a
Uptime for Windows 2003 +

Sponsored Links
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?

Reply With Quote
  #2  
Old 12-01-2005
Peter
 
Posts: n/a
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.
Reply With Quote
  #3  
Old 12-01-2005
Peter
 
Posts: n/a
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.
Reply With Quote
  #4  
Old 12-01-2005
Miha Pihler [MVP]
 
Posts: n/a
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?



Reply With Quote
  #5  
Old 12-01-2005
Miha Pihler [MVP]
 
Posts: n/a
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?



Reply With Quote
  #6  
Old 12-01-2005
=?Utf-8?B?TWF4S2FuZQ==?=
 
Posts: n/a
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?

>
>
>

Reply With Quote
  #7  
Old 12-01-2005
=?Utf-8?B?TWF4S2FuZQ==?=
 
Posts: n/a
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?

>
>
>

Reply With Quote
  #8  
Old 12-01-2005
neo [mvp outlook]
 
Posts: n/a
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?



Reply With Quote
  #9  
Old 12-01-2005
neo [mvp outlook]
 
Posts: n/a
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?



Reply With Quote
  #10  
Old 13-01-2005
Bob Hollness
 
Posts: n/a
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?

>>
>>
>>



Reply With Quote
  #11  
Old 13-01-2005
Bob Hollness
 
Posts: n/a
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?

>>
>>
>>



Reply With Quote
Reply

  TechArena Community > Technical Support > Computer Help > Windows Server > Windows Server Help


Thread Tools Search this Thread
Search this Thread:

Advanced Search


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


All times are GMT +5.5. The time now is 10:40 AM.