How to Un-ZIP compressed files using PowerShell Expand-Archive cmdlet | |
In the previous post, we have discussed how to zip the folder/files, so here we going to discuss how to unzip files and folders archives. The process is even easier than compressing them; all you need is the source file and a destination for the data ready to unzip. Syntax : Expand-Archive -LiteralPath <PathToZipFile> -DestinationPath <PathToDestination> In the above command, replacing <PathToZipFile> and <PathToDestination> with the path to the files you want to Un-compress and the name and folder you want it to go to, respectively Please refer for full article : https://dotnet-helpers.com/powershell/how-to-un-zip-compressed-files-using-powershell-expand-archive-cmdlet/ | |
Related Link: Click here to visit item owner's website (0 hit) | |
Target State: All States Target City : All Cities Last Update : Dec 05, 2024 1:01 AM Number of Views: 22 | Item Owner : dotnet-helpers.com Contact Email: (None) Contact Phone: (None) |
Friendly reminder: Click here to read some tips. |