How To Get Monitor Serial Number Through Command Prompt
Learn how to find out your computer's model and serial number using the WMI Console command line. After opening a command prompt. And then through. How to get BIOS serialnumber with WMIC command. However, I've tried that command line to get BIOS serial number with my company's PC, I didn't work a bit. Sep 6, 2012 - Get monitor serial number for a single computer. Output: Download: Get Monitor Info – remotely.vbs. When you run the script it will prompt for.
If you're like me you're rarely sitting in front of your customer's hardware. These simple steps will allow you to find the Service Tag for your Dell hardware without looking on the device.
3 Steps total
Step 1: Open command prompt
Go to Start > Run and type cmd to start your command prompt. Administrative rights are not required to run this command.
Choose either method 2 or method 3 depending on your circumstances.
Step 2: Obtain Service Tag locally with command line
In the command prompt type the following and press Enter/Return.
wmic csproduct get vendor,name,identifyingnumber
Step 3: Obtain Service Tag remotely with command line
If VNC or remote desktop connection to the remote-host is not available, execute the following from the local-host to get the service tag of the remote-host.
wmic /user:administrator /node:remote-host bios get serialnumber
You will be prompted for the password for account administrator.
NOTE :: type the command exactly like it appears above only replacing the remote-host part with the workstations name or IP address you're querying. If you want to use a user account other than administrator, replace 'administrator' with the account you wish to use.
57 Comments
- TabascoJer2911 Oct 11, 2011 at 12:45am
We're nearly 100% Dell, and I've never tried that command. It works great! Thanks!
- Habanerojcvnstdn Oct 11, 2011 at 07:34am
working 100%. well done
Computer management snapin launcher has stopped working windows 7. Jan 12, 2018 - Step 2: Enter compmgmt.msc in the search box and click compmgmt. Way 6: Open Computer Management through Command Prompt. Step 2: Type compmgmt.msc and press Enter. Computer Management Snapin Launcher Has Stopped Working Windows 7., Windows 7, Windows Server 2003 Service. Dec 13, 2014 - Solved Microsoft Management Console has stopped working. Mmc snap-in i get the program has stopped wirking windows saying. If open, close and reopen Computer Management (compmgmt.msc) to see the change.
- SerranoAZHockeyNut Oct 11, 2011 at 10:19am
Unreal, I have been wondering how to do that for years! Thanks
- Sonoramikecriley Oct 11, 2011 at 10:39am
Nice!
Pipe it to a text doc so you can open it in windows.
wmic csproduct get vendor,name,identifyingnumber > c:stag.txt - SerranoJayse Oct 11, 2011 at 07:20pm
Great idea mikecriley! Thanks for the support guys. Making our IT lives easier is the goal. ;)
- TabascoDevonSchreiner Oct 17, 2011 at 04:56pm
Looks good, Thanks!
- Anaheimbryan_ckh Oct 27, 2011 at 12:32am
i tried this cmd:
wmic /mydomain:administrator /'pc-name':remote-host bios get serialnumber
and i got this error msg: invalid global switch
pls help.
- SerranoJayse Oct 27, 2011 at 12:46am
bryan try the following
wmic /user:administrator /node:YOURPCNAME bios get serialnumber
You'll be prompted for your administrator account. If you want to use another account replace administrator with your account name.
I should have specified which commands are to be customized to fit your environment. My apologies. This should work for you.
- Anaheimbryan_ckh Oct 27, 2011 at 02:36am
Jayse, it works for me now. thanks for the clarification :)
- PimientoCrazyace Feb 10, 2012 at 03:04pm
If you use ' wmic csproduct list brief' it puts out in a better format.
- Pimientom_flash Feb 21, 2012 at 03:02pm
wmic /user:'my username' /node:'workstation I'm trying to remote to' bios get serialnumber
Invalid Global Switch.What am I doing wrong here exactly?
Ok so I got that to work but now I get error message:
ERROR:
Code = 0x800706ba
Description = The RPC server is unavailable.Sep 13, 2017 - Description. THE FIRST AND ONLY VNC SERVER WITHOUT ROOT. Supports WIFI hotspot in case there is no WIFI and no USB connection.
- Datilreth1nk Jan 10, 2013 at 09:13pm
this small capability has been a life saver when students have worn off the sticker underneath a machine from repeatedly inserting and removing from charging stations, carts, or bags.
- TabascoBob_BLC Feb 1, 2013 at 01:36pm
Exactly what I was looking for, thank you!
- Sonoranknoll Feb 1, 2013 at 05:56pm
Thank you! This is wonderful!
- AnaheimUS-Scouser Feb 11, 2013 at 08:58pm
You are a beast. I love you.
- 1
- 2
- 3
- 4