CA Client Automation

 View Only
  • 1.  Plugin inventory

    Posted Apr 05, 2017 09:52 AM

    Hello everyone,

     

    We are trying to find out the Cisco webex Extension plugin present in Chrome, Firefox and IE. Is there any way to generate the report for the same using DSM Reporter?

    Also anyway to update the extenstions in chrome, Firefox and IE ?

     

    Thanks in advance.

     

    Regards

    Mohd



  • 2.  Re: Plugin inventory
    Best Answer

    Broadcom Employee
    Posted Apr 05, 2017 09:59 AM

    If there is a command line or registry value that contains this data Then yes.  You collect the data via script and have the script create a mif file or an intelisig signature which in turn will populate the mdb

     

    To add the plug in if there is a command line then you can create a software delivery package.

     

    I do not have time to do the research but if you provide me a link that specifies how I can provide more specific hints.

     

     

     

    Sent from my Verizon, Samsung Galaxy smartphone



  • 3.  Re: Plugin inventory

    Posted Apr 07, 2017 01:48 AM

    Hi
    For Chrome

    If You have scenario when 1 User = 1 PC You can tray look in

     

    "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Google\Chrome\Extensions\jlhmfgmfgeifomenelglieieghnjghma"

     

    If 1 PC = many Users - Try to look per user profile

    (work dir is c:\)

     

    FOR /D /r %%G in ("AppData\Local\Google\Chrome\User Data\Default\Extensions\jlhmfgmfgeifomenelglieieghnjghma*") DO Echo %%G

     

     

    Regards

    P