Multiple choice mcse

Your domain user account is a member of the Enterprise Admins security group that is created in the forest root domain of your company's Active Directory forest. Your company has recently acquired another company, and you are working with your network administrators to integrate the computers at the offices of the new company into your network. As part of this effort, you want to delegate the responsibility of authorizing Dynamic Host Configuration Protocol (DHCP) servers to an additional security group to allow other administrators to authorize DHCP servers throughout your network. Which tool should you use?

  1. Netsh

  2. Active Directory Users and Computers

  3. DHCP Console

  4. Active Directory Sites and Services

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In Windows Server 2003, DHCP server authorization is managed through Active Directory Sites and Services, not the DHCP console itself. This tool allows delegating authorization permissions to security groups, enabling other administrators to authorize DHCP servers throughout the network.

AI explanation

The list of DHCP servers authorized in Active Directory is stored as an object (NetServices container) under the Configuration naming context, not in the normal domain partition. That container is only exposed through the Active Directory Sites and Services snap-in (after enabling 'Show Services Node' via View), so delegating permission on it to a new security group must be done there. Netsh only manages a single DHCP server locally, ADUC manages user/computer/group objects (not the Configuration partition), and the DHCP Console lets you authorize a server but not delegate that authorization capability to a group.