PowerSheel Comand récursif unzip tout

Get-ChildItem 'path to folder' -Filter *.zip | Expand-Archive -DestinationPath 'path to extract' -Force
Kelly