There is a way to export all the content off WMI from cmd interface to a txt file?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

Use the /output switch to log output.

wmic /output:wmiclog.txt <command>
link|improve this answer
Do you know a way to export all the <command> values? – Diogo Jun 27 '11 at 15:49
you want record everything? try /record:wmiclog.txt @Diogo_Rocha – Sathya Jun 27 '11 at 15:50
wmic /record:wmilog.txt ???? I tried unsucessfull – Diogo Jun 27 '11 at 15:56
wmic /record:wmilog.txt your commands – Sathya Jun 27 '11 at 16:00
feedback

Your Answer

 
or
required, but never shown

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