how to find server serial #

binarysoulbinarysoul Member Posts: 993
Is there a command/utility that would allow me to find the physical serial# of the box? It's a Dell server.

Regards!

Comments

  • iowatechiowatech Member Posts: 120
    Type this in the "Run" box.

    c:\dell\EXPRESS.EXE

    The physical serial number of Dell machines is always the "service tag"

    Hope that helps,
  • nelnel Member Posts: 2,859 ■□□□□□□□□□
    as above and i think belarc adviser will also list the service tag along with a ton of other info
    Xbox Live: Bring It On

    Bsc (hons) Network Computing - 1st Class
    WIP: Msc advanced networking
  • binarysoulbinarysoul Member Posts: 993
    Thanks that worked.

    I also found this script that lets you find out the sn# of dell/hp servers:


    Dim strComputer, objWMIService, colItems, objItem

    strComputer = InputBox("Please enter the computer name or IP Address of a Dell machine:","Computer Name or IP Address")

    Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")
    Set colItems = objWMIService.ExecQuery("SELECT * FROM Win32_BIOS",,4icon_cool.gif
    For Each objItem In colItems
    MsgBox "Dell Service Tag: " & objItem.SerialNumber
    Next

    MsgBox "Finished"
  • RTmarcRTmarc Member Posts: 1,082 ■■■□□□□□□□
    I think that Dells and HPs will put it on the System Information tab of Computer Properties. Typically it's a button that says Support Information or something to that affect. They used to do it anyway, I don't know if they still do.
  • undomielundomiel Member Posts: 2,818
    You can also check the bios or you can even browse to support.dell.com, click on downloads then service tag and finally click find my service tag.
    Jumping on the IT blogging band wagon -- http://www.jefferyland.com/
Sign In or Register to comment.