Link to home
Start Free TrialLog in
Avatar of trsman
trsman

asked on

How to connect to a network share while supplying alternate credientials?

Our Techs have access to a network share, but the end users do not.  When the tech sits down at a user's computer they currently log off and on as themselves to access the share.  

How can they supply their own credientials for the share while another user is logged on?
Avatar of ecsrd
ecsrd

From a command prompt:

net use driveletter: \\computername\share /user:domainname\username should do the trick for you.  If the share is already mapped using credentials, replace the computername with its IP address.

That should do the trick for you.
ASKER CERTIFIED SOLUTION
Avatar of ecsrd
ecsrd

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial