Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

powersheel comand recursive unzip all

Get-ChildItem 'path to folder' -Filter *.zip | Expand-Archive -DestinationPath 'path to extract' -Force
Source by social.technet.microsoft.com #
 
PREVIOUS NEXT
Tagged: #powersheel #comand #recursive #unzip
ADD COMMENT
Topic
Name
3+7 =