Microsoft KB Archive/268715

From BetaArchive Wiki

WMI Query Support for Win32_Group Is Not Optimized

Q268715



The information in this article applies to:


  • Windows Management Instrumentation, version 1.5





SYMPTOMS

Windows Management Instrumentation (WMI) query support for Win32_Group is not optimized to handle the case where both key properties, Domain and Name, are specified in the query. For example, queries of the following form are not optimized:

SELECT * FROM Win32_Group WHERE Domain="workgroup" AND Name="smith"

Similar queries against the parent class, Win32_Account, also experience poor performance because WMI passes the query to Win32_Group. Queries of this form may result in high CPU utilization on the primary domain controller (PDC).



CAUSE

This problem can occur because when both the Domain and Name keys are specified in a query against the Win32_Group class, all groups in the specified domain are enumerated by using the PDC. This results in performance problems on networks with numerous groups.



RESOLUTION

To resolve this problem, obtain the latest service pack for Windows 2000. For additional information, please see the following article in the Microsoft Knowledge Base:

Q260910 How to Obtain the Latest Windows 2000 Service Pack

The English version of this fix should have the following file attributes or later:


   Version        Size       File name     Platform
   ------------------------------------------------
   1.50.1085.25   1,073,232  Cimwin32.dll  i386 



Using the Hotfix Installer

NOTE: You can use this method only for Intel-based computers.

  1. Copy the hotfix executable file (Q268715.exe) to a local folder on your computer or to a share on your network.
  2. Run the Q268715.exe file and follow the directions.
  3. Restart your computer.



WORKAROUND

To work around this problem and obtain information about a particular user, queries should be made against the Win32_UserAccount class instead of Win32_Account. To obtain information about a specific group, GetObject should be used instead of a query. In general, if both the Domain and Account are specified, GetObject should be used instead of ExecQuery.



STATUS

Microsoft has confirmed this to be a problem in the Microsoft products that are listed at the beginning of this article. This problem was first corrected in Windows 2000 Service Pack 2.

Additional query words:

Keywords : kbenv kbtool kbWinNT400PreSP7Fix kbWinNT400nospFix kbWin2000SP2Fix
Issue type : kbbug
Technology : kbWMISearch kbAudDeveloper kbWMI150


Last Reviewed: May 25, 2001
© 2001 Microsoft Corporation. All rights reserved. Terms of Use.