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)? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.