Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mapping drives across domains\forest

Status
Not open for further replies.

primate

IS-IT--Management
Jan 6, 2003
123
GB
Hi,

I am testing a setup I need to use at one of my sites.

I have two forests, one with an outgoing trust to the other. Users from the trusted forest need to be able to login to PC's in the trusting forest and be presented with their normal mapped network drives etc.

In AD Users and Computers I had the user account configured to map the home drive to \\servername\home\username.

Of course this didn't work when a user logged into the other forest because \\servername is not a FQDN and so could not be resolved. I got round this by entering \\servername.domain.com\home\username in the home drive properties and this works OK since name of the server can now be resolved OK.

Is this the "right" way of doing it and normal practice for this kind of scenario, or is there a better way of sorting this out, I've thought of perhaps adding an extra DNS suffix in the client DNS properties but this can't be assigned by DHCP afaik, so how do people work round this?
 
I would do it the way you are doing it.

But...if you wanted to programatically add the suffix to all your clients, I would use 'remdns' to script the change in your logon script. See the following article on JSI:


Note that it provides for configuring more than one suffix.

ShackDaddy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top