WMI 查询系统中安装的修补程序列表?
我正在编写一个 perl 脚本,它将列出我的系统中安装的修补程序,并在开始我的程序之前检查是否有任何先决修补程序不可用;
所以我需要能够枚举系统中的修补程序列表; 这里有提到使用wmic生成html文件。是否可以通过 WMI 查询来执行此操作?
I am writing a perl script that will list the hotfixes installed in my system and check if any pre-requisite hotfixes are not available before beginning my program;
So I need to be able to enumerate the list of hotfixes in the system; Here there is a mention of using wmic to generate a html file. Is it possible to do this via a WMI query?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己已经找到了答案!
此处提供了一个 vbscript 选项。
Perl 版本是这样的..
I have figured out the answer for this myself!!
There is a vbscript option provided here.
The perl version goes like this..