locked
TPM reporting not enabled after setting to TRUE in SMS_DEF.MOF RRS feed

  • Question

  • In preparation to finally upgrade to System Center 2012 and implementing and integrating Bit Locker for the first time, I am attempting to report on TPM status to make the laptop fleet ready for Bit Locker.

    It appears as below in my sms_def.mof, and I still can't query on 'v_GS_TRUSTED_PLATFORM_MODULE', or see any mention of TPM.

    An error occurred when the report was run. The details are
    as follows:
    Invalid object name 'v_GS_TRUSTED_PLATFORM_MODULE'.

    My understanding is that I don't need to recompile sms_def.mof on the server since the class already exists? (Done automatically by dataloader which I verified is occurring)

    I'm running SCCM 2007 R2 on Server 2008 R2, version 4.00.6487.2000.

    I've been through Sherry's guides, that I know about. I'm hoping I'm overlooked something simple.

    //------------------------------------------------
    // OS Deployment - Bit Locker
    //------------------------------------------------
    
    [SMS_Report(TRUE),
    SMS_Group_Name("TPM"),
    SMS_Class_ID("MICROSOFT|TPM|1.0"),
    namespace ("\\\\\\\\.\\\\root\\\\CIMv2\\\\Security\\\\MicrosoftTpm")]
    class Win32_Tpm : SMS_Class_Template
    {
        [SMS_Report(TRUE), key]
        string SpecVersion;
    
        [SMS_Report(TRUE)]
        string ManufacturerVersion;
    
        [SMS_Report(TRUE)]
        string ManufacturerVersionInfo;
    
        [SMS_Report(TRUE)]
        uint32 ManufacturerId;
    
        [SMS_Report(TRUE)]
        string PhysicalPresenceInterfaceVersion;
    };


    • Edited by EthanAD Friday, May 1, 2015 2:57 PM
    Friday, May 1, 2015 2:56 PM

Answers