Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A DNS Server is a computer that completes the process of name resolution in DNS. DNS Servers contain files, called zone files, that enable them to resolve names to IP addresses (or vice versa). When queried, a DNS Server responds in one of three ways:
- The server returns the requested name-resolution or IP-resolution information.
- The server returns a pointer to another DNS Server that can service the request.
- The server indicates that it does not have the requested information.
DNS Servers might, during the course of preparing to return the requested resolution information, query other DNS Servers. But beyond that, DNS Servers do not perform any operations other than those mentioned in the previous list.
There are three main kinds of DNS Servers — primary servers, secondary servers, and caching servers. See DNS Servers for more information on these DNS Servers.
Administration Steps
The DNS WMI Provider enables the administration of DNS Servers from the server itself, or from remote hosts. The general steps necessary to administer a DNS Server using the DNS WMI Provider are:
- Connecting to the DNS WMI Provider
- Getting a server instance
- Listing or modifying a server property, or using a method
To illustrate how to implement those administration steps, examples are provided. The following tasks are linked to their associated scripting samples.
- Stopping a DNS Server
- Starting a DNS Server
- Restarting a DNS Server
- Adding an IP Address
- Removing an IP Address
- Listing DNS Server Properties
- Displaying DNS Server Property Types
- Modifying DNS Server Properties