Quantcast
Channel: Configuration Manager 2007 Inventory forum
Viewing all articles
Browse latest Browse all 233

SCCM Custom inventory information from a non cimv2\sms WMI namespace

$
0
0

Hi All,

I wrote code for capturing citrix_xenapp app from root\citrix\hdx name space . This code does not seems to be capturing the information what i wanted .

do we need to write anything in the configuration.mof file to capture this information? I am looking to capture all the instances values under citrix_xenApp class..

Below are the code and output which i received from client machine.

sms_def.mof

[ SMS_Report     (TRUE),
  SMS_Group_Name ("citrix_xenApp"),
  SMS_Class_ID   ("CUSTOM|citrix_xenApp|1.0"),
  SMS_Namespace (FALSE),
  Namespace      ("\\\\\\\\.\\\\root\\\\citrix\\\\hdx") ]

class citrix_xenApp : SMS_Class_Template
{
[SMS_Report(TRUE),key] String Version;
[SMS_Report(TRUE)] String Registry_InstallDir;
};

Results from client machine

Inventoryagent.log

Collection: Namespace =\\.\root\citrix\hdx; Query = SELECT __CLASS, __PATH, __RELPATH, Registry_InstallDir, Version FROM citrix_xenApp; Timeout = 600 secs.

XML cache File under ccmagentfolder\Inventory\temp

- <Instance ParentClass="citrix_xenApp" Namespace="\\ABC\root\citrix\hdx" Content="New">
  <citrix_xenApp />
  </Instance>

Thanks in advance,

5g


Viewing all articles
Browse latest Browse all 233

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>