You usually configure Group Policy update times under the Computer
Configuration\Administrative Templates\System\Group Policy and
the User Configuration\Administrative Templates\System\Group
Policy branches; however, you can also directly set the registry
to configure Group Policy update times by performing the following
steps:
The schema is extensible, which means that you can change
it. However, modifying the schema is dangerous because doing
so affects the entire domain forest. Microsoft doesn’t recommend
schema modification.
If you insist on modifying the schema, you can use the GUI
or edit the registry. To use the GUI, you must first register
the .dll file for the Microsoft Management Console (MMC) snap-in.
Go to a command prompt, and enter
regsvr32 schmmgmt.dll
Then, use the Microsoft Windows 2000 Resource Kit’s
Tools console to start the Schema Manager. Alternatively,
create a custom MMC to start the Schema Manager. Next, add
the Active Directory Schema snap-in to the Schema Manager.
(From the Start menu, select Run, and enter
MMC
From the Console menu, select Add/Remove Snap-in. Click Add,
and select Active Directory Schema. Finally, click Add, Close,
OK.)
- Start the MMC Active Directory Schema snap-in on the domain
controller (DC).
- In the leftmost pane, right-click Active Directory Schema,
and select Operations Master from the context menu.
- You’ll see the name of the machine that holds the domain
name operations Flexible Single-Master Operation (FSMO)
role, as the Screen shows.
- Select the checkbox labeled The Schema may be modified
on this server.
- Click OK in the confirmation dialog box.
Another way to modify the schema is to edit the registry.
- Start regedit.
- Go to the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NTDS\Parameters
registry entry.
- Double-click Schema Update Allowed (of type REG_DWORD).
- Set the value to 1.
- Click OK.
- Close the registry editor.
| How do I audit
Active Directory? |
You can configure Active Directory (AD) auditing to produce
successful and failed entries in the Directory Service (DS)
event log.
- Start the Microsoft Management Console (MMC) Active Directory
Users and Computers snap-in. (Select Programs, Administrative
Tools, Active Directory Users and Computers from the Start
menu.)
- From the View menu, select Advanced Features.
- Expand the domain, right-click the Domain Controllers
container, and select Properties from the context menu.
- Select the Group Policy tab.
- Select Default Domain Controllers Policy, and click Edit.
- Expand the Computer Configuration branch, the Windows
Settings branch, the Security Settings branch, and the Local
Policies branch.
- Select Audit Policy.
- The rightmost window will show auditing levels. Double-click
Audit Directory Service Access.
- Select the relevant checkboxes (e.g., Audit successful
attempts, Audit failed attempts), as the Screen shows. Click
OK.
- Close the Group Policy window.
- In the main Domain Controllers Properties dialog box,
click OK.
- Close the Active Directory Users and Computers MMC snap-in.
You can use Event Viewer to view the logs in the Security
log. Because domain controllers poll for policy changes every
5 minutes, the policy change might take as long as 5 minutes
to take effect. Other domain controllers in the enterprise
receive the changes after the 5-minute interval, plus replication
time.