how to find server serial #
binarysoul
Member Posts: 993
in Off-Topic
Is there a command/utility that would allow me to find the physical serial# of the box? It's a Dell server.
Regards!
Regards!
Comments
-
iowatech Member Posts: 120Type this in the "Run" box.
c:\dell\EXPRESS.EXE
The physical serial number of Dell machines is always the "service tag"
Hope that helps, -
nel Member Posts: 2,859 ■□□□□□□□□□as above and i think belarc adviser will also list the service tag along with a ton of other infoXbox Live: Bring It On
Bsc (hons) Network Computing - 1st Class
WIP: Msc advanced networking -
binarysoul Member Posts: 993Thanks 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",,4
For Each objItem In colItems
MsgBox "Dell Service Tag: " & objItem.SerialNumber
Next
MsgBox "Finished" -
RTmarc 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.
-
undomiel Member Posts: 2,818You 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/