skissinger
Posts: 1833
Score: 117 Joined: 9/13/2001 From: Sherry Kissinger Status: offline
|
Sure, I'll give my reasons for why I went with the mini originally. Remember, this was about 2 years ago... when I went from sms2003 sp1 to sp2, I retained everything in sms_def.mof. For me it was around about the same time that ITMUv3 came out; and the readme said that you could get the version of windows update agent by default if you were at SP2, but it wasn't working for me. It turned out that if you mofcomp'd the server's sms_def.mof + your customization at the end, you inadvertently broke ITMU's scanwrapper.exe's ability to record the windows update agent version in WMI on your clients. Microsoft has since provided a KB instructions on how to fix sms_def.mof so you can mofcomp it on your clients. But at the time, I decided to only mofcomp on my clients the stuff they couldn't have known about--just the stuff I tack on the end. I had read about pragma include in Jeff's guide, so I decided that instead of having a sms_def.mof on the server, and maintaining a separate client-only.mof which contained just a subset of what was in sms_def.mof, I split it up into sms_def.mof and mini.mof. I blogged it, and somehow the concept took off from that blog entry/article. Of course, now I'm on ConfigMgr, so I don't have a mini anymore. sms_def.mof (for reporting, the stuff that starts with root/cimv2/sms) gets the custom class reports tacked on the end, and configuration.mof (for data classes, the stuff that starts with root/cimv2) gets the custom classes for the clients taked on the end of it. And the best part, ever... no more mofcomp'ing on the clients. The mini just made sense to me, in my environment at the time. Once I had it, though, it wasn't any more (or less) work to maintain it as two separate files than it was as 1 file. Because I'm in a smaller company, and db size isn't that big of a concern, I get asked to gather some interesting regkeys or a script to populate WMI to get data for reports. I average a mof edit about every 2 months.
_____________________________
mofmaster@smsexpert.com (version 2007) | http://www.smsexpert.com | http://www.sccmexpert.com Microsoft MVP - ConfigMgr
|