Endpoint Protection

 View Only
  • 1.  Older SEP version

    Posted Mar 20, 2018 11:36 AM

    Hello,

    i dont know if this is possible, but it not harmfull to ask :)

    I need to creat a notification that list all the SEP version older than 14.0.3752.1000 (like the default notification that list computer still using 11.X or 12.X)

    I trie to do some modification in the response_events.php but with no resoluts.

    Need your advices 

    Kind regrads

    N.Achraf



  • 2.  RE: Older SEP version

    Posted Mar 20, 2018 11:38 AM

    What modification?

    You can export the Computer Status log to Excel and filter on older versions. The Computer Status log will show all available info on clients connected to the SEPM, SEP client version being one of them.

    Additionally, you can run a log by each version:



  • 3.  RE: Older SEP version

    Posted Mar 20, 2018 11:44 AM

    you want this to be triggered and send you an email? you dont want to export via monitors tab?



  • 4.  RE: Older SEP version

    Posted Mar 20, 2018 12:16 PM

    Thank you for your answers:

    @Brian : i want an automatic way to do so 

    @Rafeeq : Exactely.

    Like the notification below, it's the default notification that is sent to SEPM admin wich list all SEP client that are on 11.0 or 12.0 version

    i want to add the same notification but including all version older than 14.0.3752.1000

    Kind regrads

    N.Achraf



  • 5.  RE: Older SEP version

    Posted Mar 20, 2018 12:32 PM

    SEPM has a scheduled report but it will only show an overall number, not each client. SEPM only has a notification for unsupported versions.

    Any automation that you want will need to be done outside of SEPM, such as looking at the API or SQL query.



  • 6.  RE: Older SEP version

    Posted Mar 20, 2018 12:43 PM

    Thank you Brian,

    Do you have any lead about API, from where i can start ?

    Thank you.

     



  • 7.  RE: Older SEP version

    Posted Mar 20, 2018 12:45 PM

    ApI has /computers which will get  you all the data,

    converting those values, getting the version, grouping then sending out is little complicated but can be done

    https://support.symantec.com/en_US/article.DOC9447.html



  • 8.  RE: Older SEP version
    Best Answer

    Posted Mar 20, 2018 01:04 PM

    REST API info is here:

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