Board index » Visual Studio » Logout script

Logout script

Visual Studio316
Hi,

in a branch environment, I wanto to restrict users to logon on once. There

are complicated products that are required SQL DB server but I need a

solution as simple as possible. For this, I think I can create a file (its

name is consisting of user name plus machine name) on the DC, and when a

user logon on, I can check these file if the user is there or not. For this

solution, I need to delete user files when user logout. The question is, how

can I write a logout script for doing specific tasks at the user logout?

Thanks in advance.


-
 

Re:Logout script

On Thu, 24 Mar 2005 21:51:14 +0200, "Atilla Gultekin" <agultekin@ykb.com>wrote:



Quote
Hi,

in a branch environment, I wanto to restrict users to logon on once. There

are complicated products that are required SQL DB server but I need a

solution as simple as possible. For this, I think I can create a file (its

name is consisting of user name plus machine name) on the DC, and when a

user logon on, I can check these file if the user is there or not. For this

solution, I need to delete user files when user logout. The question is, how

can I write a logout script for doing specific tasks at the user logout?

Thanks in advance.



See tips 9159 and 8768 in the 'Tips & Tricks' at www.jsiinc.com">www.jsiinc.com



Jerold Schulman

Windows Server MVP

JSI, Inc.

www.jsiinc.com">www.jsiinc.com

-