Re: Memory: By Slot



Thanks for the info. This will be my first SMS_def.MOF update, so if you
wouldn't mind checking my steps and making sure I didn't miss anything,
I'd appreciate it:

*) Add code block to x:\SMS\inboxes\clifiles.src\hinv\sms_def.mof (I
added it under the '#pragma namespace ("\\\\.\\root\\cimv2\\SMS")'
section)
*) Verify the file with mofcomp -check ..\sms_def.mof

Shortly there after the file was backed up to x:\SMS\data\hinvarchive\ as
sms_def.mof.bak

I don't see any further instructions in the operations guide (chapter 2)
- and as I understand it, the clients will load the new file and run a
new hardware inventory here pretty quick.

All this sound right? Thanks again


"Jeff Gilbert" <jeff.gilbert@xxxxxxxxxxx> wrote in
news:#SKcM6E1FHA.1564@xxxxxxxxxxxxxxxxxxxx:

> Add the below to your mof, run a hardware inventory and you will pick
> up the physical memory installed on a system and which slot it resides
> in:
>
> [ SMS_Report (TRUE),SMS_Group_Name ("Physical Memory"),SMS_Class_ID
> ("SMSExpert|Physical_Memory|1.0") ]
> class Win32_PhysicalMemory : SMS_Class_Template
> {
> [SMS_Report (TRUE)] string BankLabel;
> [SMS_Report (TRUE), SMS_Units("Megabytes")] uint64 Capacity;
> [SMS_Report (TRUE)] string Caption;
> [SMS_Report (TRUE)] string DeviceLocator[];
> [SMS_Report (TRUE)] uint16 FormFactor;
> [SMS_Report (TRUE)] string Manufacturer;
> [SMS_Report (TRUE)] uint16 MemoryType;
> [SMS_Report (TRUE)] uint32 PositionInRow;
> [SMS_Report (TRUE)] uint32 Speed;
> [SMS_Report (TRUE),Key] string Tag;
> [SMS_Report (TRUE),Key] string CreationClassName;
> };


.



Relevant Pages

  • Re: Memory: By Slot
    ... > Clients will load new file at their next computer policy download & ... > (Actually they don't load the file, ... > into a wmi policy for them). ... > At the hardware inventory after they received the policy the inventory ...
    (microsoft.public.sms.inventory)
  • Re: Memory: By Slot
    ... Clients will load new file at their next computer policy download & ... At the hardware inventory after they received the policy the inventory ...
    (microsoft.public.sms.inventory)
  • Re: Updating sms_def.mof and hardware inventory
    ... For SMS 2003, adding to SMS_DEF.MOF ... your clients to know about the new things to be reported. ... report on that new information at their next hardware inventory cycle. ... they'll report on the new class. ...
    (microsoft.public.sms.admin)
  • Re: Updating sms_def.mof and hardware inventory
    ... Wish I could say that for all of my clients. ... hardware inventory barrage, which never came. ... Kim Oppalfens - Sms Expert for lack of any other expertise ... Windows Server System MVP - SMShttp://www.blogcastrepository.com/blogs/kim_oppalfenss_systems_manage ... ...
    (microsoft.public.sms.admin)
  • Re: Network Printer Inventory
    ... Go over each of the properties and change FALSE to TRUE for the ones you ... clients to pick up the updated policies and return hardware inventory. ... > reports relating to that particular hardware. ...
    (microsoft.public.sms.inventory)