Hello.
Is it possible to add an entire registry key to the inventory instead of just a single value?
Example:
Today I have the following in my LdAppl3.ini file which is working:
;Some data to determine if a machine needs to be rebooted
KEY=HKLM, SYSTEM\CurrentControlSet\Control\Session Manager, PendingFileRenameOperations, Custom Data - Security Scan - Pending File Rename
But I'd also like to add the "VulscanReboot" information since it's my experience that the "PendingFileRenameOperations" is not as reliable in Windows Server 2008 as in 2003. My problem is that "VulscanReboot" is a key with dynamic values below that that are named after the patch that requieres a reboot so I don't relly know the name of that value.
I've tried to add the following, but none of them seems to work.
KEY=HKLM, SOFTWARE\LANDesk\ManagementSuite\WinClient\VulscanReboot, , Custom Data - Security Scan - VulscanReboot
KEY=HKLM, SOFTWARE\LANDesk\ManagementSuite\WinClient\VulscanReboot, ? , Custom Data - Security Scan - VulscanReboot
KEY=HKLM, SOFTWARE\LANDesk\ManagementSuite\WinClient\VulscanReboot, * , Custom Data - Security Scan - VulscanReboot
I'm using the /O parameter to save the inventory scan to a local file so I can see what it submits to the CORE, so it's not a matter of making the change available or allowing an unknown item because it's not even in the local file
Thanks in advance.
/Michael