确定用户是否安装了修补程序 # 981889?

uni*_*n83 2 windows anti-virus firewall content-filter

我想知道特定计算机是否安装了 MS HotFix #981889。为此,我检查文件版本。此页面列出了修补程序处理的文件版本。但是,我无法弄清楚:

  • 文件版本是否与修补程序安装的版本相对应?
  • 或者该页面上列出的版本是否与修补程序替换未修补版本相对应?

ton*_*oth 6

打开打开powershell然后做

获取修补程序 | findstr "981889"

用于远程

get-hotfix -computername svrname | findstr "981889"