Get-ZipFileProperties - Retrieve details about zip files
Get-ZipFileProperties – Retrieve details about zip files
I uploaded a new function that can read details from zip files, for example the compression ratio and the number of files and folders that it contains. I have uploaded this function to the TechNet Script Gallery. Using the this function it is possible to view the details of a zip files, as shown in the following example: .EXAMPLE Get-ChildItem -Filter *.zip | Get-ZipFileProperties Description…
View On WordPress













