Windows - Searching within Directories
What if we wanted to search for something within a directory? Like looking for just the executables in that same directory? This is where the command parameter -Filter comes in. I’m just going to LS my program’s files here with the -Recurse and -Filter and look for exes.

The -Filter parameter will filter the results for file names that match a pattern. The asterisks mean match anything, and the .exe is the file extension for executable files in Windows