Find Files with Powershell

Here’s how you to search the filesystem for a specifically named file using Powershell:

  • Get-Childitem -Path C:\ -Include *JimBobFile* -Recurse -ErrorAction SilentlyContinue

Leave a Reply

Your email address will not be published. Required fields are marked *