News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

WMIC in Windows command line

Started by shankle, January 29, 2012, 01:13:35 PM

Previous topic - Next topic

shankle

Has anyone used or heard of this Windows feature?
Would like to find out more about it and how it would be useful to me
and for what.
The greatest crime in my country is our Congress

dedndave

it can do all kinds of things
it may save you from having to write WMI code, which is a bit of a nightmare   :P

http://www.masm32.com/board/index.php?topic=14250.0

i am pretty sure that MSDN has a page for it, as well
try google'ing "msdn wmic"

shankle

Thanks Dave for  responding.
Will have to do my homework on this one.
Brand new to me.
The greatest crime in my country is our Congress

bozo

I've used it occasionally at work for listing inventory of remote machine such as printers or application list, services.
Because it's using WMI interfaces, I normally access these through VBScript.

WMIC doesn't offer access to every WMI class, but most are available.
Depends on what you need to do.