Wmi Get Printer Serial Number

Posted on by
  1. Wmi Get Serial Number Command
  2. Wmic Get Printer Serial Number
  3. Powershell Wmi Get Serial Number
  4. Wmi Get Printer
Active6 years ago

I am looking for a batch command to retrieve an USB key manufacturer serial number. I need a command that works in both Windows XP and Windows Seven.

Oct 28, 2009  To get the serial number from a computer run the following PowerShell command: gwmi win32_bios fl SerialNumber. To get more information e.g. Bios version and manufacturer just run. I would like to edit the following script file to include the printer serial number. Is it possible? ' PrinterWMI.vbs ' Sample WMI Printer VBScript to.

This is for a hardware follow-up. I have a script that sends emails when a problem occurs and it needs to include a way to identify the removable disk.

At first I used vol e: but the number changes when the disk is formatted.

On several sites I saw wmic diskdrive get serialnumber but it doesn't seem to work (at least on W7). The command returns Invalid XML.

This is not surprising. I ran wmic diskdrive get /? and the available options are:

No SerialNumber..

Do you have a better idea? Canon bjc 85 driver windows 10.

Thanks

Wmi Get Serial Number Command

Maxbester
MaxbesterMaxbester
1641 gold badge2 silver badges13 bronze badges

1 Answer

I've finally found the solution on Stackoverflow.

The SerialNumber property doesn't exist.

I now use: Hp elitebook 8560w drivers fingerprint card.

wmic diskdrive get PNPDeviceID

Wmic Get Printer Serial Number

But a fix exists from Microsoft here.

Community
MaxbesterMaxbester

Powershell Wmi Get Serial Number

1641 gold badge2 silver badges13 bronze badges

Wmi Get Printer

Not the answer you're looking for? Browse other questions tagged windowsusbbatchshell-scriptserial or ask your own question.