Unsolved

This post is more than 5 years old

2 Posts

28291

January 17th, 2002 00:00

Utility to get serial number from a Dell PC?

Is there a command line utility available that can get the serial number of a dell PC? I've seen the asset tag utility but that relies on the regsitry entry and of course you loose that upon reimaging. Thanx for any information.

stephen hawkins

 

2 Intern

 • 

2.4K Posts

January 17th, 2002 00:00

The serial number is the System Service Tag number, which can be found on the system invoice, the bottom of notebooks, the side of desktops, and on the first page of the System Setup/BIOS routine, which is not affected by "imaging."

2 Posts

January 17th, 2002 13:00

Thanx, but what I asked for was if there was a command line utility available to get the serial number. I would think the asset/serial number is burned in the machine somewhere. This command line utility could then be called by our asset tracking software rather then people walking around recording the numbers.

stephen hawkins

2 Intern

 • 

2.4K Posts

January 17th, 2002 14:00

That particular question has been asked countless times in this forum, and to my knowledge, has never been answered to the satsifaction of anyone inquiring.

1 Message

August 30th, 2014 09:00

powershell command PS C:\Users\ADMIN> Get-WMIObject -Class "Win32_BIOS" -Computer computername | select serialnumber example: PS C:\Users\ADMIN> Get-WMIObject -Class "Win32_BIOS" -Computer audiesdesktop | select serialnumber result: serialnumber ------------ 7S2LNL1

12 Elder

 • 

46K Posts

August 30th, 2014 14:00

This thread has been locked due to it's age, if you have a similar issue, please use the 'New Post' feature at the top of this page and start a new thread.
 
Bev.    

No Events found!

Top