Net Use including domain and pw?

  • Thread starter Thread starter rene
  • Start date Start date
R

rene

Hello,

I've a short question. Is it possible to connect network shares with
another domain name and a password? Our company is really large and we
have more than one domain.

Thanks
rene
 
Hello,

I've a short question. Is it possible to connect network shares with
another domain name and a password? Our company is really large and we
have more than one domain.

Thanks
rene

Domains are used to validate accounts. Servers are used to
host shares. You must therefore specify the server name when
connecting to a share, and the domain name for account validation:

net use x: \\SomeServer\SomeShare /user:SomeDomain\SomeUser SomePassword

Type "net help use" at the Command Prompt to check this out.
 
Back
Top