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