powershell zip everything from a fo code example
Example 1: Compress files powershell
Compress-Archive -Path (Join-Path $filesDir "*.*") -DestinationPath (Join-Path $outDir "Files_Compressed.zip")
Example 2: Compress files powershell
#Ordner komprimieren
Compress-Archive
#Ordner dekomprimieren
Expand-Archive