Wmi Get Printer Serial Number
Posted By admin On 11.02.20Retrieve 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.
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
iCodez1 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-RobNot the answer you're looking for? Browse other questions tagged vbavbscriptcmdprinters or ask your own question.
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.
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