Jump to content

How to redirect wmic output to text file from wmic console itself?


w01f

Recommended Posts

Here is standard wmic output with cmd or powershell

6202efab-d341-4964-8801-3adc3aff90d4?upload=true

The output of wmic can be redirected using as follows from cmd or powershell:

e26a792c-6993-4e63-85b4-1c6a37a42cd0?upload=true

C:\tmp>wmic /output:out.txt printer list status
C:\tmp>

d4f9d818-5ca4-4b70-bb68-49e40fd2be23?upload=true

My question: Let say cmd and powershell is not available (blocked due to security purpose), is it possible to perform similar redirection from the wmic itself (not from cmd or powershell)?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...