Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

Computer Serial Number

Having bit of difficulty setting up a Collection to scan the serial number on machines (not software SN but the SN of a desktop, laptop). currently PDQ is only pulling the the host name as the serial number. I need it to dig further and grab the serial number from its BIOS

0

Comments

4 comments
Date Votes
  • Bios serial number is already built-in Inventory.

    Create simple Custom Report > Computer | Serial Number | Computer Serial Number

    Gets you same as "wmic bios get serialnumber"

    0
  • @Scott Mikules

    maki is right, Inventory collects the serial number in the Computer Details scan. If you have computers that are showing their Name in the Serial Number field, please post a screenshot.

    0
  • Hello, I have the problem that the serial number cannot be read out on all machines. What could be the reason for this?

     

    0
  • can you pull "normally" serial number e.g. from cmd or PS?

    wmic bios get serialnumber

    Get-WmiObject win32_bios | select Serialnumber

    0