Skip to content

Instantly share code, notes, and snippets.

@kerbrose
Created July 6, 2017 01:04
Show Gist options
  • Save kerbrose/9e23bcd870055165fc2d20e7af0ad167 to your computer and use it in GitHub Desktop.
Save kerbrose/9e23bcd870055165fc2d20e7af0ad167 to your computer and use it in GitHub Desktop.
how to use powershell for file search
Get-ChildItem -Path C:\ -Name -Filter *<NAME WHAT YOU WANT>*.<EXTENTION> -Recurse -ErrorAction SilentlyContinue -Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment