Browsing the network from cmd.exe

  • Thread starter Thread starter Thierry Pon
  • Start date Start date
net view /domain:<domain name>

will enumerate the domain machines on your subnet, if it is a small domain.
(This requires Netbios over TCP to be enabled, which it most likely is if
you haven't disabled it.) Than you can

net view \\machine

To enumerate the shares on any machine and access them via traditional UNC
(i.e. \\server\share\directory\file)

It this what you are trying to do?

- Dave
 

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