Using ls to find files containing specific string: ls -r c:\ -file | % {select-string -path $_ -pattern mypassword}.
確定! 回上一頁