Endpoint Protection

 View Only
  • 1.  Complete list of Reports in SEPM

    Posted Mar 18, 2013 07:48 AM

    Is it possible to have a complete list of the reports that we can generate inside SEPM?

     

    Thanks!



  • 2.  RE: Complete list of Reports in SEPM



  • 3.  RE: Complete list of Reports in SEPM

    Posted Mar 18, 2013 08:12 AM

    Hi,

    You can run below query in your sql and you can get full report of SEPM.

    Full report query.:

     

    use bcpsem5
    select pat.version as vd_version,'|',i.MAC_addr1,'|', i.CURRENT_LOGIN_USER,'|',i.computer_name,'|',i.ip_addr1_text,'|',OPERATION_SYSTEM,'|',
    dateadd(s,convert(bigint,i.TIME_STAMP)/1000,'01-01-1970 00:00:00'),'|',
    dateadd(s,convert(bigint,CREATION_TIME)/1000,'01-01-1970 00:00:00'),'|',i.DELETED,'|',
    LAST_UPDATE_TIME,'|',agent_version,'|' as group_name from 
    sem_agent as sa with (nolock) left outer join pattern pat on sa.pattern_idx=pat.pattern_idx
    inner join v_sem_computer i on i.computer_id=sa.computer_id 
    --inner join identity_map g on g.id=sa.group_id 
    inner join identity_map p on p.id=sa.last_server_id 
    inner join identity_map s on s.id=sa.domain_id 
    inner join identity_map q on q.id=sa.last_site_id where 
    (sa.agent_type='105' or sa.agent_type='151') and sa.deleted='0' 
    and (sa.major_version >10 or sa.major_version=5) and I.DELETED = 0


  • 4.  RE: Complete list of Reports in SEPM

    Posted Mar 18, 2013 09:07 AM

    This should be the full list:

    About the different types of Symantec Endpoint Protection Manager Reports

    Article:TECH95538  |  Created: 2009-01-14  |  Updated: 2009-01-14  |  Article URL http://www.symantec.com/docs/TECH95538

     



  • 5.  RE: Complete list of Reports in SEPM

    Posted Mar 18, 2013 10:30 AM

    Hi

    Please refer the link below:

    http://www.symantec.com/business/support/index?page=content&id=HOWTO81124&actp=search&viewlocale=en_US&searchid=1363616966053

    Regards

     



  • 6.  RE: Complete list of Reports in SEPM

    Trusted Advisor
    Posted Mar 18, 2013 11:45 AM

    Hello,

    For SEP 11.x, check these Articles:

    About the different types of Symantec Endpoint Protection Manager Reports

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

    How to add your favorite reports in the Symantec Endpoint Protection Manager console

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

    Trick to export customized reports from Symantec endpoint Manager

    https://www-secure.symantec.com/connect/articles/trick-export-customized-reports-symantec-endpoint

     

    For SEP 12.1, check these Articles below:

    About the types of reports

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

    Viewing a daily or weekly status report

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

    Hope that helps!!