|
mcarriere893 -> RE: query question (4/14/2008 8:36:01 AM)
|
Just to make sure here...The client that you wish to collect local admin information from compiles the mof that you change the "builtin" to client name. (whether that is a workstation or server). Note that if it is W2K or XP, then you don't need to change builtin. Once you compile that on the client, you should see win32_localadmins under root\cimv2 (you'll also see the data as well). The reporting section gets added to your sms_def.mof on the site server. No compiling is required as the site sees a change and does what it needs to do. Once the sms_def.mof has been modified, and the client has compiled it's mof, and done a policy refresh, and done a hw inventory, your site server should use the info to create the new SQL table and populate it. You should then see the win32_localadmins class under root\cimv2\sms (on the site server). The only times I see deleteclass in a log is if either a) new data in an inventory that didn't exist before, and so a full inventory must be taken, or b) you have a #pragma deleteclass XXX line in the sms_def.mof.
|
|
|
|