Wmi Get Printer Serial Number

Posted By admin On 11.02.20
  1. Wmic Get Computer Name And Serial Number
  2. Wmi Get Printer Model
  3. Wmi Get Printer

Retrieve serialnumber remotely. Printers etc) serialnumbers and I was just wondering if WMI is necessary. Browse other questions tagged wmi serial-number. Because printers, even local printers, don't report details like their serial numbers to Windows, there is no way by default to get this information using ConfigMgr -- none of the printer classes I reviewed had a any type of serial number attribute. Useful WMIC Queries. Get Number, SlotDesignation, Status, SupportsHotPlug, Version, CurrentUsage, ConnectorPinout. Remotely, without using WMI, and.

Active1 year, 5 months ago

Is there any way to gather Serial Number info for HP Printers on Windows using only the CMD?I don't need a third party tool. What I need is to be able to query them from CMD.For the workstations I use the [wmic /node:COMPUTER bios get serialnumber] command to get what I want.I was wondering if there's a way, a script of some kind that could perform the same action.

Thanks

iCodez
117k25 gold badges231 silver badges234 bronze badges
nbnlkonbnlko

1 Answer

I cannot find an option to include the serial number as it is not supported by the vbscript Win32_Printer class, however you may be able to retrieve unique information from this script.

Option Explicit

Once the installation is completed, reboot or restart your PC. Canon 2420 Printer correct connect to computer & Power on your printer. Locate Canon 2420 Drivers and Software on your system. Double-click the Canon 2420 software and follow the onscreen instruction to install drivers. Canon imagerunner 2420 driver for windows 7 64 bit.

AWS-Cloud-Architect-RobAWS-Cloud-Architect-Rob
2491 gold badge2 silver badges15 bronze badges
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.

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

Active4 years, 7 months ago

Im trying to create a program or a script to remotely retrieve all the hardwares (computers, printers etc) serialnumbers and I was just wondering if WMI is necessary.

I do know about the basic

Wmic Get Computer Name And Serial Number

but this also creates some problems with access as you need administrator rights on both computers if I have understood it correctly and also that the remote computer is configured to allow incoming WMI request.

Is it necessary to use WMI for this or are there any other ways to go about this? I know that WMI knows anything you might want to know about a computer but Im interested in the serialnumber only for now, and only on windows enviroments aswell I might add.

So if there are any Im looking for tips on any other way around this besides using WMI as it causes alot of other challenges and the goal is to keep it as simple as possible for the user.

klisterklister

Wmi Get Printer Model

1 Answer

Add the user switch to prompt an administrative login,

wmic /USER: Administrator /NODE: 'Computername' bios get serialnumber

Also Remote Administration must be allowed on the target node firewall or it will fail, administrator or not

Wmic serial number remote computerNumber
BryanBryan
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.

Wmi Get Printer

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