How do I modify the number of Active Directory objects to search?

John Savill

January 8, 2000

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. By default, Active Directory (AD) searches 10,000 objects at a time. This policy affects all browse displays associated with AD (e.g., those in Local Users and Groups), the Microsoft Management Console (MMC) Active Directory Users and Computers snap-in, and the dialog boxes you use to set permissions for user or group objects in AD. As your organization grows, you might need to change the number of objects to search.

To set the number for a group policy object,

  1. Start the MMC Active Directory Users and Computers snap-in. (Select Programs, Administrative Tools, Active Directory Users and Computers from the Start menu.)

  2. Right-click the container, and select Properties.

  3. Select the Group Policy tab.

  4. Select the Group Policy Object, and select Edit.

  5. Select the User Configuration branch, and expand Administrative Templates, Desktop, Active Directory.

  6. Double-click Maximum size of Active Directory searches.

  7. Select Enabled, and set the number (e.g., 20000), as the Screen shows.
    Click here to view image

  8. Click Apply.

  9. Click OK.

  10. Close the Group Policy Editor.

To edit the registry to set the number for a user,

  1. Start regedit.

  2. Go to the HKEY_CURRENT_USERSoftwarePoliciesMicrosoft registry entry.

  3. From the Edit menu, select New, Key.

  4. Enter

    Windows


  5. Select the Windows key, and from the Edit menu, select New, Key.

  6. Enter

    Directory UI


  7. Go to the Directory UI key, and from the Edit menu, select New, DWORD Value.

  8. Enter

    QueryLimit


    and press Enter.

  9. Double-click the new value, and set the decimal value.

  10. Click OK.

  11. Close the registry editor.

For both methods, the change will take effect when the user logs on the next time.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like