w01f Posted August 30, 2021 Share Posted August 30, 2021 Here is standard wmic output with cmd or powershell The output of wmic can be redirected using as follows from cmd or powershell: C:\tmp>wmic /output:out.txt printer list status C:\tmp> 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.