Lan Pc Login time [message #183959] |
Fri, 29 November 2013 06:27 |
amitjaluf
Messages: 5 Registered: February 2013
Karma: 0
|
Junior Member |
|
|
Hi,
I have a Small office. and i have 5 PC there. i in bit concer about the Programming in PHP i want to get the Login Time of All my PC on Lan.
my question is :- "How to Get the Lan System Login time at lan"
i use the
echo system("systeminfo | find /i 'Boot Time'");
it works fine for my Pc and Shows the Login Time of My Server
what should i Do for the Client?
Please help Me
Thanks
|
|
|
Re: Lan Pc Login time [message #183960 is a reply to message #183959] |
Fri, 29 November 2013 06:57 |
J.O. Aho
Messages: 194 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 29/11/13 07:27, Andy wrote:
> Hi,
>
> I have a Small office. and i have 5 PC there. i in bit concer about the Programming in PHP i want to get the Login Time of All my PC on Lan.
>
> my question is :- "How to Get the Lan System Login time at lan"
>
>
> i use the
> echo system("systeminfo | find /i 'Boot Time'");
>
> it works fine for my Pc and Shows the Login Time of My Server
> what should i Do for the Client?
No real help for you here, as I woudl have used who, but that ain't
supported in your installation.
If you are thinking of monitoring your computers, I would just recommend
you to use nagios or icinga, there is no point in trying to reinvent the
wheel when there is professional open source solutions which already do
the job well.
--
//Aho
|
|
|
Re: Lan Pc Login time [message #183961 is a reply to message #183960] |
Fri, 29 November 2013 07:16 |
amitjaluf
Messages: 5 Registered: February 2013
Karma: 0
|
Junior Member |
|
|
Thanks J.O
i dont want ot install any software. is there any way to find it. i am not a programmer but want the solution of my problem... i m using windows not Linux so where should i start...
|
|
|
Re: Lan Pc Login time [message #183964 is a reply to message #183961] |
Fri, 29 November 2013 12:42 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 11/29/2013 2:16 AM, Andy wrote:
> Thanks J.O
>
> i dont want ot install any software. is there any way to find it. i am not a programmer but want the solution of my problem... i m using windows not Linux so where should i start...
>
As J.O. said. Get one of the packages made to do this. Your other
alternative would be to hire a programmer to do it for you. Either way
you'll have to install software.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|
Re: Lan Pc Login time [message #183994 is a reply to message #183959] |
Sun, 01 December 2013 13:20 |
" <somewhere
Messages: 1 Registered: December 2013
Karma: 0
|
Junior Member |
|
|
Andy wrote:
> Hi,
>
> I have a Small office. and i have 5 PC there. i in bit concer about the
> Programming in PHP i want to get the Login Time of All my PC on Lan.
>
> my question is :- "How to Get the Lan System Login time at lan"
>
>
> i use the echo system("systeminfo | find /i 'Boot Time'");
>
> it works fine for my Pc and Shows the Login Time of My Server what
> should i Do for the Client?
>
> Please help Me
Use Task Scheduler on the nodes to send a message to your host for login
events.
|
|
|