Lanwench [MVP - Exchange]
> net use x: \\server\sharename /user:OTHERDOMAIN\username
> /persistent:no
John B wrote:
> Please clarify if OTHERDOMAIN is Domain A, or Domain B.
> Thanks.
....
Your user logs into their computer.
It does not matter if they logon to a domain or local. It doesn't matter
what domain they are in. None of that matters...
The command Lanwench gave you:
> net use x: \\server\sharename /user:OTHERDOMAIN\username /persistent:no
Could be written like so:
net use x: \\server-to-connect-to\sharename-on-said-server
/user

OMAIN-said-server-is-in\username-for-user-in-the-domain-the-server-being-connected-to-is-in
/persistent:no
It should ask for the password.
Depending on DNS, Firewall, routes essentially - how you get to that server
and if you can map said share even with the proper credentials varies.
--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html