>I think this requires a brute force approach:
>
> 'c:\','d:\','e:\' | get-childitem Or the same ways one,
in other Windows processes,
uses many other Windows tools
to find files!
Where.exe
The automation (PowerShell) tool's
cmdlet get-command where.exe
returns:
FileDescription:
Where - Lists location of files
Product:
Microsoftr Windowsr Operating System
Or another Windows tool
LogParser.exe -h -i:fs
returns:
Input format: FS (FileSystem properties)
Returns properties of files and folders
Yep there are many Windows tools
(where.exe, powershell.exe, logparser.exe
and etc.) that can help one find files!