Guest Tim Kelley Posted October 29, 2007 Posted October 29, 2007 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.
Guest Pegasus \(MVP\) Posted October 29, 2007 Posted October 29, 2007 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!
Recommended Posts