Search notes:

PowerShell cmdLet Expand-Archive

expand-archive extracts the files of a zip file.
expand-archive  foo.zip
expand-archive  foo.zip  p:\ath\to\dest\dir

Unsupported compression methods

If a zip file is compressed with certain compression methods (such as Deflate64), expand-archive cannot expand the zip file's content:
PS:> expand-archive .\some.zip
Expand-Archive : Exception calling "ExtractToFile" with "3" argument(s): "The archive entry was compressed using an unsupported compression method."

See also

compress-archive
My PowerShell module zip.
Powershell command noun: archive

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Windows/...', 1740452868, '3.135.220.30', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Windows/PowerShell/command-inventory/noun/archive/expand(53): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78