|
|
When I execute the following command on a Windows 2003 Server that contains an Active Directory, wmiprvse.exe takes up 100% CPU. Even if I put a Ctrl-C on the console, the prompt returns in the console but still the CPU usage doesn't return to normal. I had to kill the wmiprvse.exe.
wmic path win32_useraccount where(LocalAccount="True") get /ALL
However, if I remove the criteria in the above query, it works just fine. i.e., the following works fine : wmic path win32_useraccount get /ALL
Has anybody faced this issue? Any pointers will be highly useful.
|
|
|