Search for file on remote computer with WMIC

M

Matt Williamson

I'm trying to figure out how to search for a file on any fixed drive on
a remote computer with WMIC. I thought this would do it, but it just
sits there and doesn't return any data

WMIC /NODE:"REMCOMP" DATAFILE where "Name like '%notepad%'" get Path

Any help would be appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top