How To Create And Extract A Zip Archive In PowerShell

preview_player
Показать описание

Anthony doesn't like folders full of files. This guy zips everything. You should see it. Using built-in cmdlets like Compress-Archive, Expand-Archive, and even the older PowerShell v2 stuff, he shows us he's got way too much experience playing around with zip files.

Рекомендации по теме
Комментарии
Автор

2:32: In version 4.0.0.0 of System.IO.Compression.FileSystem, no overload of ExtractToDirectory accepts a ZipArchive object but yet every overload of Open returns a ZipArchive object - how is this working for you (as it's not working for me)?

mattarnold