Use PowerShell to List all directories that contain both File1 and File2
How do we list all directories that have a particular set of files available? For the sake of simplicity, let’s just examine the case of two files and call them File1.txt and File2.txt. Remember, we need all directories that contain BOTH of these files. …
Continue readingUse PowerShell to List all directories that contain both File1 and File2