Mof File modify:-
           //                                 //
          //  Mcafee ePO Plugins Enumeration //
         //                                 //
        /////////////////////////////////////
         #pragma namespace ("\\\\.\\root\\cimv2\\sms")
        #pragma deleteclass("Win32Reg_Mcafee_ePO_Plugins", NOFAIL)
        [ SMS_Report     (TRUE),
          SMS_Group_Name ("Mcafee ePO Plugins"),
          SMS_Class_ID   ("McAfee|ePO_Plugins|1.0") ]
        class Win32Reg_Mcafee_ePO_Plugins : SMS_Class_Template
        {
            [SMS_Report (TRUE), key ]   string     SoftwareID;
            [SMS_Report (TRUE)      ]   string     Version;
            [SMS_Report (TRUE)      ]   string  ProductName;
            [SMS_Report (FALSE)     ]   string     PluginPath;
            [SMS_Report (FALSE)     ]   string     UninstallCommand;
            [SMS_Report (FALSE)     ]   string     InstallPath;
            [SMS_Report (FALSE)     ]   string     InstalledPath;
            [SMS_Report (TRUE)      ]   string     HotFixVersions;
            [SMS_Report (TRUE)      ]   string     HotFixInstallDate;
            [SMS_Report (TRUE)      ]   string     DatInstallDate;
            [SMS_Report (TRUE)      ]   string     DatVersion;
        };
        //Configuration.MOF
            /////////////////////////////////////
           //                                 //
          //  Mcafee ePO Plugins Enumeration //
         //                                 //
        /////////////////////////////////////
        #pragma namespace ("\\\\.\\root\\cimv2")
        #pragma deleteclass("Win32Reg_Mcafee_ePO_Plugins", NOFAIL)
        [ dynamic,
          provider("RegProv"),
          ClassContext("local|HKEY_LOCAL_MACHINE\\SOFTWARE\\Network
Associates\\ePolicy Orchestrator\\Application Plugins")
        ]
        class Win32Reg_Mcafee_ePO_Plugins
        {
            [PropertyContext("Software ID"), key]      string  SoftwareID;
             [PropertyContext("Version")]               string  Version;
             [PropertyContext("Product Name")]          string  ProductName;
             [PropertyContext("Plugin Path")]           string     PluginPath;
             [PropertyContext("Uninstall Command")]          string
UninstallCommand;
             [PropertyContext("Install Path")]          string  InstallPath;
             [PropertyContext("Installed Path")]        string  InstalledPath;
             [PropertyContext("HotFixVersions")]        string  HotFixVersions;
             [PropertyContext("HotFixInstallDate")]         string
HotFixInstallDate;
             [PropertyContext("DatInstallDate")]        string  DatInstallDate;
             [PropertyContext("DatVersion")  ]          string  DatVersion;
        };
-------------------
Thanks,
http://paddymaddy.blogspot.com/
 
No comments:
Post a Comment