Jump to content

Recommended Posts

Posted

I'm having this 'issue'

 

https://social.technet.microsoft.com/Forums/windowsserver/en-US/4ef6baef-0808-441c-b9b4-ab13a7d783fb/computer-icons-represented-as-users-in-the-group?forum=winserverDS

 

http://support.microsoft.com/kb/281923 seems to be a dead link, I want to increase the limit as the group I am working with is computer objects only so it would confuse people if they thought they were user objects! Apparently some sort of registry key that can be changed?

Posted

GroupMemberQueryLimit is the one you're referring to I guess. But in regards to the dead link:

 

Symptoms

If a user group contains more than 500 users, the hair color of the "person" icon for the group changes to gray. This does not affect the functionality of the group or the users for whom the hair color of the icon changes. This issue affects built-in groups, local groups, and global groups.

 

Resolution

Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:

322756 How to back up and restore the registry in Windows

 

Windows must query for the class type of each group member to assign an icon. This query can take a long time as groups grow in size; this is the reason for the default limit.

 

You can override this behavior in the registry. To do so, modify the GroupMemberQueryLimit REG_DWORD entry in the following registry subkey:

HKCU\Software\Policies\Microsoft\Windows\Directory UI

The default value is 500. You can change this value to any value that you want to use.

 

Note The Windows key and the Directory UI subkey may not exist. Create these subkeys if necessary.

 

Also, the size of the query for member class types is set by the GroupMemberFilterCount REG_DWORD entry in the same registry subkey. This entry defaults to 35 members per query. You can change this value to change the number of members that are returned by a query.

 

Steve

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...