//paste in PowerShell inside the folder that you want to search // gci -recurse | % { gi $_.FullName -stream * } | where stream -ne ':$Data'