Is it possible to use a domain account from a domain other than the one the machine is currently on? (Like for instance, connecting to a network drive that's attached to another domain).
Thanks for the help! :)
|
Is it possible to use a domain account from a domain other than the one the machine is currently on? (Like for instance, connecting to a network drive that's attached to another domain). Thanks for the help! :)
| |||
|
feedback
|
|
Yes, I do this all the time since i'm in the middle of a domain transition. Mapped drives are probably the easiest thing to do. I'm a command line junkie so i use the net use command:
You can also map drives from the windows interface and there is an option to specifiy username. If i run into a situation that doesn't prompt me for a username you can start a command session under those credentials using:
and finally wherever you are asked to authenticat you just need to fully qualify your domain and username. there are a couple of ways to do this:
Using these methods I've never had an issue access resources on another domain - although sometimes it's a bit cumbersome to do. | |||
|
feedback
|
|
Shouldn't that be \abc.local\ or \10.x.x.x\ ?? | |||||
feedback
|
|
AS long as you can authenticate to the source for the network share then yes in theory you can. if your a member of xyz.local domain and you want to gain access to a network share on abc.local you can do it two ways. one - browse to the abc.local share and authenticate against it ( asuming you are allowed to see it) - followed by manually mapping the share. second way - either using the FQDN or IP address ( if known) - Click Start - Run - and type as long as your account on that abc.local domain is active and allows you to see the resource you should be able to map it to whichever drive letter you wish. | |||||
|
feedback
|