Net Use Problem

B

Bob

Hi Everyone,

I'm trying to connect one Windows 2000 server in a workgroup to another
Windows 2003 server in a Windows NT Domain.

I'm trying to connect using the net use command in a batch file.

here is the syntax I'm using

net use \\servever name\share name /USER: SERVER NAME\Local User ID

I keep getting a Login Failure (1326) error Message.

When is use this command I get closer:

net use \\server name\share name /USER:DOMAIN NAME\User ID the system
asks me for a password.

I'm looking to use the Local User ID so that I don't have to deal with
passwords.

does anyone have any suggestions?

Bob
 
S

Steven L Umbach

You might try using the same password on the local account and domain
account if you are not already or specify the password in the net use
command. --- Steve
 
M

Michael Bednarek

I'm trying to connect one Windows 2000 server in a workgroup to another
Windows 2003 server in a Windows NT Domain.

I'm trying to connect using the net use command in a batch file.

here is the syntax I'm using

net use \\servever name\share name /USER: SERVER NAME\Local User ID

I keep getting a Login Failure (1326) error Message.

When is use this command I get closer:

net use \\server name\share name /USER:DOMAIN NAME\User ID the system
asks me for a password.

I'm looking to use the Local User ID so that I don't have to deal with
passwords.

does anyone have any suggestions?

Only that you set up the account for "User ID" without a password in the
domain - something I would not recommend.
 

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

Top