Microsoft.PowerShell.Archive
Compress-Archive
Expand-Archive
result.zip
Test
Compress-Archive -Path C:\Test -DestinationPath C:\result
Expand-Archive -Path result.zip -DestinationPath C:\Test