Your network contains an Active Directory domain named contoso.com.
On several organizational units (OUs), an administrator named Admin1 plans to delegate control of custom tasks. You need to ensure that Admin1 can delegate a
custom task named Task1 by using the Delegation of Control Wizard.
What should you do?
A.
Add a new class to the Active Directory schema.
B.
Configure a custom MMC console.
C.
Modify the Delegwiz.inf file.
D.
Configure a new authorization store by using Authorization Manager.
Explanation:
To add a task to the Delegation Wizard, you must create a task template by using the following syntax in the Delegwiz.inf file
;——————————————————— [template1]
AppliesToClasses=<comma delimited list of object types to which this template applies; for example, if “organizationalUnit” is in the list, this template will be shown
when the Delegation Wizard is invoked on an OU>
Description = “<task description which will appear in the wizard>” Etc.
How to customize the task list in the Delegation Wizard http://support.microsoft.com/kb/308404