192 Posts

September 27th, 2019 14:00

This will get you the bios version
Command Line wmic bios get smbiosbiosversion
Powershell  (Get-WmiObject win32_bios).SMBIOSBIOSVersion

and the service tag
Command Prompt wmic bios get serialnumber
Powershell (Get-WmiObject win32_bios).SerialNumber

I find with all our xps8900 if they don't shut down "cleanly" you have to hit the power button a couple times to get it to boot.

 

1 Rookie

 • 

12 Posts

October 8th, 2019 08:00

It finally failed fully.  I'm convinced it must be the main board as everything else has been eliminated.  

So, we are replacing it.

I haven't heard of any main board problems with the XPS 8900 but maybe I should have?

9 Legend

 • 

47K Posts

October 8th, 2019 10:00

MSINFO32

When you scroll down, you will find the BIOS version number next to “BIOS Version/Date” along with other useful information like manufacturer and SMBIOS version information.

 

https://www.dell.com/support/article/us/en/04/sln268357/how-to-locate-system-service-tag-using-command-prompt?lang=en

WMIC in admin command prompt also works.

wmic bios get serialnumber                       gets the service tag.

wmic bios get smbiosbiosversion              gets the version of the bios

wmic computersystem get model,name,manufacturer,systemtype  

10 Elder

 • 

45.2K Posts

October 8th, 2019 11:00

When was last time the motherboard battery got replaced?

No Events found!

Top