Link to home
Start Free TrialLog in
Avatar of ksssg
ksssg

asked on

How do I map an additional network password protected drive which is located on a different domain to all of my domain users?

Greetings,

I need to know in details how to map an additional network drive to a folder that is located in a different domain for my domain users.

I tried to do it but I failed.

Whats happening now is, first logs in > first served. Meaning is, I have that folder which is on a different domain mapped and linked to an OU on my domain. Users who belong to that OU will have that drive mapped, but it opens up only for the first one who logs in to his account, the rest will get a window asking for a username and a password everytime they double click the mapped drive to open it.

Also knowing that there is no relationship between the two domains whatsoever, no trust relationship nothing.

I just want that mapped drive to work for all users in that OU without the need to enter a username and a password everytime they try to open it up!.

I need to know what it is am doing wrong.

I appreciate the help.
Avatar of Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Flag of United Kingdom of Great Britain and Northern Ireland image

you can do this two ways, from the command prompt type

net use * \\servername\sharename /USER:[domainname\]username] *

this will prompt for a passowrd for that user in that domain.

at the GUI when prompted for for username and password

in the username box put domainname\username, followed by password for that user in that domain.
Avatar of ksssg
ksssg

ASKER

I understand that hanccocka, I was asking if there was an easier automated way through active directory or group policy to do it.

I mapped that drive for those users in that OU through active directory, i hope there is a better way!
ASKER CERTIFIED SOLUTION
Avatar of Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Flag of United Kingdom of Great Britain and Northern Ireland image

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
Avatar of ksssg

ASKER

ok, if the trust relationship is mandatory for this to work, how could the first user logs in from that OU open up the mapped drive with no problems!!! while others have to enter the username and password!?

Is this is normal?
I would have to concur with hanccocka you must have a trust relationship setup for you to just map network drivers without having to use a username and password within the batching.

So, to answer your question there is not a easier way
is it possible that the first user has the same username and password in the other domain, as the current domain?
Avatar of ksssg

ASKER

Nope, none of the users in my domain have similar usernames and passwords on the other domain. am sure of it!