Endpoint Protection

 View Only
  • 1.  Fetching SEPM Latest Virus Definition Date and Last time of scan reports for all machines in organization using ConfigMgr

    Posted May 21, 2015 02:29 AM

    Hi,

    I need a solution to fetch details of Latest Virus Definition Date and Last time of scan details from SEPM client on all machines.

    The report should contain Machine name, dates of virus definition and last time of scan timestamp. The report should be available via SCCM,

    Please advice how to extract this information.

    Thanks,



  • 2.  RE: Fetching SEPM Latest Virus Definition Date and Last time of scan reports for all machines in organization using ConfigMgr

    Posted May 21, 2015 02:36 AM

    You can export computer status report in sepm.

     

    Monitors,->Logs,->Computer Status and click Export to get a CSV of all the information about the computers in the console

     



  • 3.  RE: Fetching SEPM Latest Virus Definition Date and Last time of scan reports for all machines in organization using ConfigMgr

    Trusted Advisor
    Posted May 21, 2015 03:05 AM

    Hello,

    For - SEPM Latest Virus Definition Date

    Try Monitors >> Logs

    Set the Log Type to Scan and pick your time range, Click OK

    For - SEPM Last time of scan reports

    Try Monitors >> Logs

    Set the Log Type to Computer Status and click Export

    Check these Articles:

    About Scan reports and logs

    http://www.symantec.com/docs/TECH95545

    About the different types of Symantec Endpoint Protection Manager Reports

    http://www.symantec.com/docs/TECH95538

    Viewing risks

    http://www.symantec.com/docs/HOWTO55115

    About Risk reports and logs

    http://www.symantec.com/docs/TECH95543

    Regards,



  • 4.  RE: Fetching SEPM Latest Virus Definition Date and Last time of scan reports for all machines in organization using ConfigMgr

    Posted May 21, 2015 03:43 AM

    Is this possible to fetch the reports via SCCM?



  • 5.  RE: Fetching SEPM Latest Virus Definition Date and Last time of scan reports for all machines in organization using ConfigMgr

    Posted May 21, 2015 04:27 AM

    Yes it's possible if you will need to create SQL query to fetch the data.

    But I suggest you can export data in SEPM console and database.

    see SebastianZ some of SQL query articles

     

    https://www-secure.symantec.com/connect/articles/compilation-sql-queries-sepm-database



  • 6.  RE: Fetching SEPM Latest Virus Definition Date and Last time of scan reports for all machines in organization using ConfigMgr

    Trusted Advisor
    Posted May 21, 2015 05:21 AM

    Hello,

    Here are the Registry Keys..

    HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\Symantec Endpoint Protection\AV\TimeOfLastScan

    Also check this Article:

    How to decode the TimeOfLastVirus and TimeOfLastScan registry values

    http://www.symantec.com/docs/TECH99873

    Hope that helps!!