在服务器上找到压缩文件

发布于 2024-08-06 17:05:21 字数 142 浏览 6 评论 0原文

我想创建一个 powershell 脚本,生成一个报告,显示远程服务器上的所有压缩文件/文件夹。我所说的压缩文件是指使用内置 Windows 压缩实用程序而不是 zip 压缩的文件。但我很难弄清楚如何本地化压缩文件。我应该选择 WMI 还是?

谢谢 坦率

I would like to create a powershell script generating a report showing all compressed files/folders on remote servers. By compressed files I mean files compressed using the buildin Windows Compression utility, not zip. But I have a hard time figuring out how to localize the compressed files. Should I go with WMI or?

Thanks
Frank

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

书信已泛黄 2024-08-13 17:05:21

.NET 中的 FileInfo/DirectoryInfo 类(我假设 PowerShell 可以轻松使用所有这些)将为您提供文件属性,其中包括压缩属性(如果已压缩)。

The FileInfo/DirectoryInfo classes from .NET (I assume all of this is easy available to PowerShell) will give you the file attributes that includes the compression attribute if compressed.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文