Forum Discussion
CS_HelpDesk
2 years agoGoTo Contributor
Extract all files and folders from a compressed ZIP archive to a selected folder.
---
$source = $null
$destination = $null
$overwrite = $false
Expand-Archive -Path $source -DestinationPath $destination -Force:$overwrite