1
This is a question I posted on Stack Overflow: https://stackoverflow.com/questions/15211175/how-to-get-list-reference-computers-on-a-domain-when-my-computer-is-not-a-part
I'm looking to get a list of computers on a domain, which my computer is not a part of. I would also like to know how to reference the computers of that domain by their names, not by their IP address.
Some background:
I've tried the net view
command, which gives me a list of local computers, but not list of computers that are part of the remote domain. I have limited information on how our network is connect to the other office and found that others don't know either. I know there is a VPN connecting our two office locations. Our local network is not on a domain, where the other office is.
I've also tried netstat -a <<ipaddress>>
which does not provide me all the info I desire.
The people at the other office have provided me with the IP address of the computer. However I'm hoping to be able to reference it by name instead of IP address (because the other office utilizes scripts which use computer names instead of IPs... I don't want to have to update all the scripts). Any help is appreciated.
1Any domain worth anything should have some measures to prevent this, and if it does not I don't think its really safe to post information that can be used for cracking / hacking a network. The first step towards any attack is information gathering, after all. And if you can locate resources of the domain you are already far ahead of the game... – Austin T French – 2013-03-18T23:21:44.783
2you won't be able to do it, unless your Sys Admin has the same worth as a potato. – Lorenzo Von Matterhorn – 2013-03-18T23:24:44.497
What if they are worth more than a potato? :) – VenomFangs – 2013-03-19T15:33:24.013