Identifying users

  • Thread starter Thread starter Alan Hood
  • Start date Start date
A

Alan Hood

I have a VB application running on a network with a windows 2000 server. The
application is loaded by each client directly from the server. I need to
update the exe on a regular basis but I am often unable to do so because
users have gone away and left the application running on their machine.

Is there any way that I can identify users or better still ,IP addresses,
that are running the application and, if possible, log them out.

Many thanks

Alan Hood
 
Alan Hood said:
I have a VB application running on a network with a windows 2000 server.
The application is loaded by each client directly from the server. I need
to update the exe on a regular basis but I am often unable to do so because
users have gone away and left the application running on their machine.

Is there any way that I can identify users or better still ,IP addresses,
that are running the application and, if possible, log them out.

Many thanks

Alan Hood

How exactly do you update the executable?
 
Alan Hood said:
By copying the new one over it

You're too tight-lipped! Do you perform the copy
- With a script?
- By going to each machine physically?
- By doing it from your console?
- Using a different method?
If you want a good answer then you need to spend the
time to explain in detail what you're doing.
 
Back
Top