http://www.radmin.com/products/utilities/ipscanner.php
I think this is what you may be looking for... if not, i read your question wrong.
Obtain the IP addresses of the computers you would like to transfer data to, then use the network to transfer the data.
It is not possible to see or obtain the password for an Active Directory user. That would breach the security measures that Windows attempts to put in place. The only thing you can do as an administrator is reset the password. But you can never identify the current password unless the user tells it to you.
When you install Active Directory on a server, you promote the server to the role of a domain controller for a specified domain. When completing this process, you are prompted to specify a DNS domain name for the Active Directory domain for which you are joining and promoting the server.If during this process, a DNS server authoritative for the domain that you specified either cannot be located on the network or does not support the DNS dynamic update protocol, you are prompted with the option to install a DNS server. This option is provided because a DNS server is required to locate this server or other domain controllers for members of an Active Directory domain
One can obtain a car directory from many places. Websites such as Edmunds, CarSharing, Car Locate, Motor Car Directory, and Auto Guide. One can also find a car directory in a local "take one" type of bin next to the local newspaper bin.
When you install Active Directory on a member server, the member server is promoted to a domain controller. Active Directory uses DNS as the location mechanism for domain controllers, enabling computers on the network to obtain IP addresses of domain controllers. During the installation of Active Directory, the service (SRV) and address (A) resource records are dynamically registered in DNS, which are necessary for the successful functionality of the domain controller locator (Locator) mechanism. To find domain controllers in a domain or forest, a client queries DNS for the SRV and A DNS resource records of the domain controller, which provide the client with the names and IP addresses of the domain controllers. In this context, the SRV and A resource records are referred to as Locator DNS resource records. When adding a domain controller to a forest, you are updating a DNS zone hosted on a DNS server with the Locator DNS resource records and identifying the domain controller. For this reason, the DNS zone must allow dynamic updates (RFC 2136) and the DNS server hosting that zone must support the SRV resource records (RFC 2782) to advertise the Active Directory directory service. For more information about RFCs, see DNS RFCs. If the DNS server hosting the authoritative DNS zone is not a server running Windows 2000 or Windows Server 2003, contact your DNS administrator to determine if the DNS server supports the required standards. If the server does not support the required standards, or the authoritative DNS zone cannot be configured to allow dynamic updates, then modification is required to your existing DNS infrastructure.
is it illegal for someone to obtain an email that was not addresses to them?
By participation in a coup against the legitimate government called the Directory.
"ISPs obtain allocations of IP addresses from a local Internet registry (LIR) or national Internet registry (NIR), or from their appropriate Regional Internet Registry (RIR)" http://www.iana.org/numbers/
To obtain this information write to the Branch Office of Jehovah's Witnesses in your area. You can obtain the address at www.watchtower.org/address.
The internet Assigned Numbers Authority (IANA) has reserved the following three blocks of the IP address space for private internets (local networks): 10.0.0.0 - 10.255.255.255172.16.0.0 - 172.31.255.255192.168.0.0 - 192.168.255.255Also, IP addresses in the range of 169.254.0.0 -169.254.255.255 are reserved for Automatic Private IP Addressing. These IP's should not be used on the Internet. I usually use 192.168.0.1, 192.168.0.2, etc. and a subnet mask of 255.255.255.0 when assigning static IP addresses to computers on a small Local Area Networks (LANs). If a DHCP server is also on the LAN it's scope (range of IP addresses that it can assign to computers on the LAN set to obtain their IP addresses automatically) should be adjusted so it does not interfere with locally assigned static IP addresses.
ISPs obtain address blocks from registry organizations.
Terms you'll need to understand: * DHCP * Lease duration * Scopes * Superscopes * Multicast scopes * Scope options Techniques you'll need to master: * Installing DHCP * Understanding the DHCP lease process * Creating scopes, superscopes, and multicast scopes * Configuring the lease duration * Configuring optional IP parameters that can be assigned to DHCP clients * Understanding how DHCP interacts with DNS * Configuring DHCP for DNS integration * Authorizing a DHCP server in Active Directory * Managing a DHCP server * Monitoring a DHCP server The TCP/IP protocol is an Active Directory operational requirement. This means that all computers on a Windows 2000 network require a unique IP address to communicate with the Active Directory. Static IP addresses can add a lot of administrative overhead. Not only can management of static IP addresses become time consuming, but such management also increases the chances of misconfigured parameters. Imagine having to manually type 10,000 IP addresses and not make a single error. The Dynamic Host Configuration Protocol (DHCP) can be implemented to centralize the administration of IPaddresses. Through DHCP, many of the tasks associated with IP addressing can be automated. However, implementing DHCP also introduces some security issues because anyone with physical access to the network can plug in a laptop and obtain IP information about the internal network. In this chapter, you'll learn how to implement a DHCP server, including the installation process, authorization of the server, and the configuration of DHCP scopes. The chapter ends by looking at how to manage a DHCP server and monitor its performance.