automatically logon to domain from workgroup

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I need to map a network drive which is located in a domain i'm not logged on
to with net use.
How can i do this without user interaction? use of pwl file or something?
i'm using Windows XP as the workstation connecting W2K AD domain.

Can anybody tell me the road to follow?? :)
Many thanks,

Joeri
 
net use drive: \\server\share /user:domain\username password

Password-caching is controlled by a preceding
net use /persistent:no (or yes)
command.

-Although you should think carefully about the security issues here. A
system that requires the user to type the password would be preferable.
 
Back
Top