取WSUS客户端信息的代码

select a.FullDomainName,a.IPAddress,a.LastReportedStatusTime,
b.Unknown,b.NotInstalled,b.Downloaded,b.Installed,b.Failed,b.InstalledPendingReboot,b.LastChangeTime
from tbComputerTarget a
inner join tbComputerSummaryForMicrosoftUpdates b on a.TargetID=b.TargetID

 

a.FullDomainName,计算机名

a.IPAddress,IP地址

a.LastReportedStatusTime,上次汇报时间
b.Unknown,未知补丁数

b.NotInstalled,没有安装补丁数

b.Downloaded,已经下载补丁数

b.Installed,已经安装补丁数

b.Failed,安装失败的补丁数

b.InstalledPendingReboot,需要重启

b.LastChangeTime 上次变化日期

 

作者:moremoreTea1983 发表于2011-8-9 19:32:01 原文链接
阅读:7 评论:0 查看评论

你可能感兴趣的:(客户端)