Hello,
you may use the built int tasklist
To get uptime:
tasklist /S Myremoteserver /V /FI "IMAGENAME eq System Idle Process"
You may directly filter on high uptime:
tasklist /S Myremoteserver /V /FI "IMAGENAME eq System Idle Process " /FI
"CPUTIME gt 24:00:00"
Or you may look in eventlog
--
Cordialement,
Mathieu CHATEAU
English blog:
http://lordoftheping.blogspot.com
French blog:
http://www.lotp.fr
"Andy W." <(E-Mail Removed)> wrote in message
news:O9nzrm$(E-Mail Removed)...
> hello
>
> we have more than 50 server and we want a tool that show's us witch server
> has rebooted after PatchDay.
>
> How to you do with this problem
>
>