Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

net use

20 views
Skip to first unread message

Shaun Kozak

unread,
Mar 14, 2002, 6:18:42 PM3/14/02
to
Hello,
I am starting to learn NT/2000 Server and I was wondering if there was a way
to map a drive in the script using a different username and password.

i.e. the share is in a different domain for witch a specific user has rights
to but usernames are different.


Clay Calvert

unread,
Mar 14, 2002, 6:29:55 PM3/14/02
to

Net Use /?

Seriously:

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

Just in case you have spaces in the username or sharename:

net use x: "\\server\share" "/user:domain\username" password

HTH

Clay Calvert
Replace "W" with "L" in email.

0 new messages