Answers for "powersheel comand recursive unzip all"

0

powersheel comand recursive unzip all

Get-ChildItem 'path to folder' -Filter *.zip | Expand-Archive -DestinationPath 'path to extract' -Force
Posted by: Guest on July-25-2021

Browse Popular Code Answers by Language