Net Use Problem

  • Thread starter Thread starter Bob
  • Start date Start date
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
 
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
 
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.
 
Back
Top