Joined
·
1 Posts
I have client machines with WinXP SP2 and servers with Win2003 SP2. I'm trying to use a script with net use to map a drive. Example script:
net use j: \\server ip address\shared /USER:user password
assword.
I know it is a valid user with its valid password but when I run the script I receive "Logon Failure: unknown user name or bad password". The event log under security on my server shows Pre-Authentication Failed so I know they're talking. Any ideas? Thanks.
net use j: \\server ip address\shared /USER:user password
I know it is a valid user with its valid password but when I run the script I receive "Logon Failure: unknown user name or bad password". The event log under security on my server shows Pre-Authentication Failed so I know they're talking. Any ideas? Thanks.