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