Share domain resources with non-domain computer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a computer on my LAN that is not a member of my domain. How can I
share domain resources with this computer without joining it to the domain?
 
NET USE is your friend.

NET USE /? will give you help on using, but in short:

net use \\servername\sharename <password> /user:<domainname\username>

Replace <password> with the domain users' password, and
<domainname\username> with the domain name and user name that you will use
to connect to \\servername\sharename.

--
Richard G. Harper [MVP Shell/User] (e-mail address removed)
* PLEASE post all messages and replies in the newsgroups
* for the benefit of all. Private mail is usually not replied to.
* My website, such as it is ... http://rgharper.mvps.org/
* HELP us help YOU ... http://www.dts-l.org/goodpost.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top