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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top