如何使用PowerShell压缩文件
它使用您要压缩的任何文件的路径(多个文件用逗号分隔),并将它们存档在您指定的目标位置。
Compress-Archive -LiteralPath <PathToFiles> -DestinationPath <PathToDestination>
https://blog.csdn.net/culiyuan8310/article/details/108792043
标签:文件,108792043,Compress,压缩文件,csdn,Powershell From: https://www.cnblogs.com/wqzn/p/16979500.html