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
 
Back
Top