This command will show you the serial number of your CPU of your computer.
If your computer is a DELL, that is also known as the service tag.
- Open up a PowerShell window.
- Enter this command
GWMI -Class Win32_Bios | select SerialNumber - Press Enter.
You can then enter that into the Dell site to get further information about the system.
If this tutorial has been of any help to you, I'd love to know!
If you have suggestions of how to improve it, let me know in the comments! Thanks!