Search for file on remote computer with WMIC

  • Thread starter Thread starter Matt Williamson
  • Start date Start date
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.
 
Back
Top