Endpoint Protection

 View Only
Expand all | Collapse all

Export Client Inventory with PC Serialnumber - embedded DB

  • 1.  Export Client Inventory with PC Serialnumber - embedded DB

    Posted Jul 06, 2015 06:57 AM

    Hello,

    i want to export our clients to a list. We use the embedded DB.

    I need the client name as well as the pc serial number.

    Do you have an idea how to get this export?

     

    Thanks

     



  • 2.  RE: Export Client Inventory with PC Serialnumber - embedded DB

    Posted Jul 06, 2015 07:40 AM

    Its not possible from SEPM, Serial number is not stored in DB.

    You can use SCCM to get it

     

    hose information needs to be filled by the end user, you need to enable log collection for that.

    How do I get the "User Info" tab updated for each user with a managed Symantec Endpoint Protection (SEP) client without a manual edit in the Symantec Endpoint Protection Manager (SEPM)

    http://www.symantec.com/business/support/index?pag...

    Easiest way I would say is to use wmic

    wmic /node:"C:\COMPUTERS.TXT" bios get serialnumber >c:\results.csv



  • 3.  RE: Export Client Inventory with PC Serialnumber - embedded DB

    Posted Jul 06, 2015 07:51 AM

    Hello and thanks for the fast answer.

    It is a bit wired that i can see the serial numbers from each client if i double click them and look in the "general" tab.

    But we never added the serialnumber manualy. And you cant write something in this field.

    We dont use SCCM.

    Maybe there is another solution out there ;)



  • 4.  RE: Export Client Inventory with PC Serialnumber - embedded DB

    Posted Jul 06, 2015 07:57 AM

    Export the Computer Status report. It contains all the details that SEP captures. In the past I've not seen it include the serial number though. You're best bet is probably to query the DB directly.



  • 5.  RE: Export Client Inventory with PC Serialnumber - embedded DB

    Posted Jul 06, 2015 08:02 AM
      |   view attached

    Thanks for your reply.

    in this export there is no serial number. realy realy wired.

    Screenshot (its in german):

     



  • 6.  RE: Export Client Inventory with PC Serialnumber - embedded DB
    Best Answer

    Posted Jul 06, 2015 08:07 AM

    For whatever reason it doesn't seem to be included in the Computer Status report. The DB should have that field though so you may need to query for it directly.



  • 7.  RE: Export Client Inventory with PC Serialnumber - embedded DB

    Posted Jul 06, 2015 08:07 AM

    may be I wrote it too fast, 

    the table sem5.dbo.SEM_SVA_COMPUTER has 

    BIOS_Serialnumber value. You can query that...



  • 8.  RE: Export Client Inventory with PC Serialnumber - embedded DB

    Posted Jul 06, 2015 08:08 AM

    may be I wrote it too fast, 

    the table sem5.dbo.SEM_SVA_COMPUTER has 

    BIOS_Serialnumber value. You can query that...



  • 9.  RE: Export Client Inventory with PC Serialnumber - embedded DB

    Posted Jul 06, 2015 10:53 AM

    Click on monitor --> Logs --> Computer status logs  set the time for past 10 days as you will get all the computer that have connected in one month. Now select View log and then export. Depenting on the size of your network the log size & time take to produce the log may varry. Be sure to keep a eagle eye on the SEPM console as even a few seconds of delay you take to hit the Save button will result in small log. then you have to repeat the whole process once again.

     



  • 10.  RE: Export Client Inventory with PC Serialnumber - embedded DB

    Posted Jul 06, 2015 03:00 PM

    SEP client doesn't capture the serial number of the host machine and hence the SEPM doesn't have it. Hence, the serial number of the machines cannot be obtained from SEPM.

     

    Edit: The above info is incorrect. I regret any inconvenience caused.



  • 11.  RE: Export Client Inventory with PC Serialnumber - embedded DB

    Posted Jul 07, 2015 06:47 AM

    Hi PraveenAyappan,

    thanks for your reply. if i do it your way, there is no serial number in the export.

    Anyhow, i think its fine now.

    I dont remember the DB password so i cant do any searching in the DB. But that will be the right way. So i mark it as the solution



  • 12.  RE: Export Client Inventory with PC Serialnumber - embedded DB

    Posted Jul 07, 2015 09:45 AM

    Hi ZEUSv,

    There is a way to reterive your Embedded DB password as well. If required please PM me are create a new discussion forum so that we can help you out.