Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

User access?

Status
Not open for further replies.

gussy1

Technical User
Dec 22, 2002
63
0
0
IE
Is there a way that I can give a user no access to a certain folder/drive but let a log-off script access that folder while the user is logging off?

Cheers
 
You could get the logoff script to map to the drive using a different userid and password. But if the user ever gets hold of the logon script, they can see what the userid and password is...

the command to map under a different userid is

net use \\server\share /user:username password

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top