locked
Report on updated registry key RRS feed

  • Question

  • I am trying to get the results of a published GPO that updated a registry key by adding some values.  The report is currently only listing 5 computers that have received the changes but when I created the report 5 days ago, it originally started with 63. I should have close to 1600 entries in the report.

    The query is

    SELECT
    v_GS_SYSTEM.Name0,
    v_GS_IESessionMerge0.SessionMerging0 AS 'SessionMerging Value'

    FROM
    v_GS_SYSTEM INNER JOIN v_GS_IESessionMerge0 ON v_GS_IESessionMerge0.ResourceID = v_GS_SYSTEM.ResourceID WHERE v_GS_IESessionMerge0.SessionMerging0 = 0

    ORDER BY v_GS_SYSTEM.Name0 ASC

    Monday, July 30, 2012 3:51 PM

Answers

  • Ok, so check you mof edits on the site server, then check to see if the data is being collected by those mof edit on the client (inventoryagent.log)


    http://www.enhansoft.com/

    • Proposed as answer by Garth JonesMVP Saturday, August 18, 2012 2:39 PM
    • Marked as answer by Garth JonesMVP Saturday, November 3, 2012 2:47 PM
    Monday, July 30, 2012 9:49 PM

All replies

  • There is nothing wrong with your query, However you are only looking for PCs with “v_GS_IESessionMerge0.SessionMerging0 = 0” is that right?


    http://www.enhansoft.com/

    Monday, July 30, 2012 5:04 PM
  • Correct. A GPO actually creates a value name to a registry key and assigns a value of 0 to it.
    • Edited by DBTX Monday, July 30, 2012 8:12 PM
    Monday, July 30, 2012 7:47 PM
  • Correct. A GPO actually creates a value name to a registry key and assigns a value of 0 to it.

    ok, your query is right, so,  I would look at your GPO and confirm that it is still being applied.

    http://www.enhansoft.com/

    Monday, July 30, 2012 8:27 PM
  • I have manually checked about 10 computers and they all have successfully applied the setting.  I don't really see a reason why SCCM cannot report back on the entry.
    Monday, July 30, 2012 8:48 PM
  • Ok, so check you mof edits on the site server, then check to see if the data is being collected by those mof edit on the client (inventoryagent.log)


    http://www.enhansoft.com/

    • Proposed as answer by Garth JonesMVP Saturday, August 18, 2012 2:39 PM
    • Marked as answer by Garth JonesMVP Saturday, November 3, 2012 2:47 PM
    Monday, July 30, 2012 9:49 PM