Created
June 18, 2021 20:03
-
-
Save rpc180/18d78a0bf260f82606469a02c16b500d to your computer and use it in GitHub Desktop.
Useful Powershell Commands
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
# Search a folder directory for strings in specific file types only | |
Get-ChildItem *.* -Recurse -Include "*.json","*.xaml","*.ps1" | Select-string -pattern "Find Me" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment