Jump to content

Map a drive using local machine user account/password


Recommended Posts

Guest Tim Kelley
Posted

Is it possible to map a shared drive and use a local machine's user account

for authentication? I am trying to use the net use command (net use x:

password /USER:\\remotecomputer\sharename). When I run the command I get an

error stating the user context supplied is invalid.

 

Any help would be appreciated.

 

Thanks.

  • Replies 1
  • Created
  • Last Reply

Popular Days

Guest Pegasus \(MVP\)
Posted

Re: Map a drive using local machine user account/password

 

 

"Tim Kelley" <tkelley@company.com> wrote in message

news:%233A%23MFlGIHA.3940@TK2MSFTNGP05.phx.gbl...

> Is it possible to map a shared drive and use a local machine's user

> account for authentication? I am trying to use the net use command (net

> use x: password /USER:\\remotecomputer\sharename). When I run the command

> I get an error stating the user context supplied is invalid.

>

> Any help would be appreciated.

>

> Thanks.

>

 

You probably have a conflict with an existing share connection

that was authenticated with the same user name. Disconnect

them with "net use * /y" before creating the new connection!


×
×
  • Create New...