WUA 和 WSUS 在更新 GUID 上存在分歧
我遇到过 WUA 标记为需要的更新,其更新 GUID 与 WSUS 中相同更新的 GUID 不匹配。 WSUS 服务器正在同步所有产品和类别以及所有语言。
所以问题是 WUA 如何知道 WSUS 不知道的补丁(或者 WSUS 通过不同的 GUID 标识)?
示例之一是适用于基于 x64 的系统的 Windows Server 2008 R2 的 Windows Internet Explorer 9: •用水户协会更新GUID:d8ba5dbf-aade-4125-bbdf-48dcc5950131 •WSUS 更新GUID:bd9f0b80-866f-4ded-a6d9-ed74da717519
对于依赖更新GUID 在WUA 和WSUS 之间保持一致的补丁管理解决方案来说,至少可以说这是一个挑战。
感谢您提前提供的任何帮助,
Shady
I have encountered updates that are marked as needed by WUA with update GUIDs that do not match the GUIDs for the same updates in WSUS. The WSUS server is synchronizing all Products and Categories and all languages.
So the question is how could WUA know of a patch that WSUS does not (or that WSUS identifies by a different GUID)?
One example is Windows Internet Explorer 9 for Windows Server 2008 R2 for x64-based Systems:
•WUA update GUID: d8ba5dbf-aade-4125-bbdf-48dcc5950131
•WSUS update GUID: bd9f0b80-866f-4ded-a6d9-ed74da717519
For patch management solutions that rely on the update GUID to be consistent between WUA and WSUS this poses a challenge to say the least.
Thanks for any help in advance,
Shady
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个黑暗中的尝试,但也许这是一个不同的版本? IUpdateIdentity 接口定义了 ID GUID 和修订号。
IUpdateIdentity API
我自己很好奇为什么会发生这种情况。
This is a shot in the dark but perhaps it is a different revision? the IUpdateIdentity interface defines both a id GUID and a revision number.
IUpdateIdentity API
I'm intrigued myself why this would happen.