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.
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.