Power Shell: Archive/Un Archive

powershell Compress-Archive –LiteralPath lab8 –DestinationPath lab8.zip

powershell Expand-Archive –LiteralPath lab8.zip –DestinationPath “C:\mypath” -Force