I'm getting ZIP files sent to a server and I use PowerShell to deal with them. Some files need to be extracted, others don't. It depends on the filetypes inside the ZIP.
Is it possible to check if a ZIP file contains for example PDF files without expanding it?