6

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

Diogo
  • 30,792

1 Answers1

7

Use the /output switch to log output.

wmic /output:wmiclog.txt <command>