Created
April 15, 2017 09:22
-
-
Save milo2012/f4984227bd063480d83c2bb275828863 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Get-ChildItem -Path "C:\" -Recurse -Include *password*.txt | ForEach-Object{ Write-Output "$($_.FullName)"} | Set-Content “c:\temp\pathtofile.txt" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment