What is DNS delegated administration, why might you want to use it, and how do you configure it?

What will be an ideal response?


Members of the Domain Admins or Enterprise Admins group have full access to manage the DNS service, but you might want to delegate DNS administration to an employee without allowing the broader domain administrative rights these groups afford. To that end, the DnsAdmins group in Active Directory enables its members to manage the DNS server without giving them broader administrative rights. DnsAdmins is a domain local group and has no members by default. If you want users to have this group's rights and permissions, you should follow best practices by creating a global group, adding user accounts to it, and adding the global group to the DnsAdmins group.

Computer Science & Information Technology

You might also like to view...

Give the following declarations, which of the following is a legal call to this function? int myFunction(int myValue);

int myArray[1000]; a. cout << myFunction(myArray); b. cout << myFunction(myArray[0]); c. myArray = myFunction(myArray); d. myArray[1] = myFunction(myArray[0]); e. A and B f. A and C g. B and D

Computer Science & Information Technology

A method is called from the main method for the first time. It then calls itself seven times. What is the depth of recursion?

a. 1 b. 7 c. 8 d. 6

Computer Science & Information Technology

You can use the ____ property to limit how large a layout could appear.

A. min-width B. max-width C. most-width D. least-width

Computer Science & Information Technology

The ____________ biometric has the most effective performance objective.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology