Discussion:
Help with the Registry Key Mentioned in KB Article 281923
(too old to reply)
Steve Quinn
2006-01-09 12:25:02 UTC
Permalink
Hi

We have a customer with Windows Server 2003 who is getting the gray-haired
icons as detailed in http://support.microsoft.com/kb/281923/en-us. He does
not want this to happen. According to the article the 500 user limit can be
changed via a reg key. However the key mentioned does not not appear to
exist. How can I change the limit?

Thanks

Steve
Jerold Schulman
2006-01-09 16:52:26 UTC
Permalink
Post by Steve Quinn
Hi
We have a customer with Windows Server 2003 who is getting the gray-haired
icons as detailed in http://support.microsoft.com/kb/281923/en-us. He does
not want this to happen. According to the article the 500 user limit can be
changed via a reg key. However the key mentioned does not not appear to
exist. How can I change the limit?
Thanks
Steve
SO??????

Just create it.

This is a per person limit.

To apply this to all domain members, use tip
9808 » PolicyMaker™ Registry Extension freeware in the 'Tips & Tricks' at http://www.jsifaq.com

or do it in the logon script.

For just one person, from there logon:
1. Open a CMD.EXE windows.
2. REG ADD "HKCU\Software\Policies\Microsoft\Windows\Directory UI" /V GroupMemberQueryLimit /T REG_DWORD /F /D 5000

where 5000 is the limit you wiush to set.


Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
http://www.jsifaq.com
Jorge de Almeida Pinto
2006-01-09 21:11:41 UTC
Permalink
what is so terrible about this occuring?

As Jerold said: create it
--
Cheers,
(HOPEFULLY THIS INFORMATION HELPS YOU!)
# Jorge de Almeida Pinto #
BLOG --> http://blogs.dirteam.com/blogs/jorge/default.aspx
-----------------------------------------------------------------------------
* This posting is provided "AS IS" with no warranties and confers no rights!
* Always test before implementing!
-----------------------------------------------------------------------------


-----------------------------------------------------------------------------
Post by Steve Quinn
Hi
We have a customer with Windows Server 2003 who is getting the gray-haired
icons as detailed in http://support.microsoft.com/kb/281923/en-us. He does
not want this to happen. According to the article the 500 user limit can be
changed via a reg key. However the key mentioned does not not appear to
exist. How can I change the limit?
Thanks
Steve
Loading...