Advertisement
PowerShell_PC_Aide

Expand-Archive (uncompress zip).ps1

Sep 21st, 2019
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <#
  2. ---------------------------------------------------------------------------------------------------------
  3.     Docs.MS: https://docs.microsoft.com/en-us/powershell/module/Microsoft.PowerShell.Archive/Expand-Archive?view=powershell-6
  4.  
  5.     Syntax:
  6.         Expand-Archive <file.zip> <Folder Destionation uncompress zip file>
  7. ---------------------------------------------------------------------------------------------------------
  8. #>
  9.  
  10. #
  11. Expand-Archive *.zip .\ExtractZipFile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement