I'm trying to some files with the same keyword in the title, across different zip files, within the same folder on a fileserver.
I've got the following script to show all zip files, but how do I find the specific file with the same keyword in the titel, across all zip files.
$searchinfolder = '\\fileserver\path\path2\path3\path4(here are all the sub folders where the zip files are located within)\'
Get-ChildItem -Path $searchinfolder -Recurse
Now I want to know how I can find the specific file across all zip files