IComputerTargetGroup.GetTotalSummary Method ()

 

Applies To: Windows Server Update Services

Gets the summary installation counts for all approved updates.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

IUpdateSummary GetTotalSummary()
IUpdateSummary^ GetTotalSummary()
abstract GetTotalSummary : unit -> IUpdateSummary
Function GetTotalSummary As IUpdateSummary

Return Value

Type: Microsoft.UpdateServices.Administration.IUpdateSummary

An IUpdateSummary that provides summary installation counts for all approved updates on all clients in the group. For example, the summary shows the total number of updates that were successfully installed on all clients in the group.

Exceptions

Exception

Condition

WsusObjectNotFoundException

Summary information for the target group is not available.

Remarks

The UnknownCount count may include updates that were not approved for deployment to clients in this target group. For example, if the WSUS server contains 10 updates (5 approved for deployment to this group and 3 approved for deployment to another group) and this group contains 5 clients, the unknown count value would be at least 15. This value could be greater if clients in this group were unable to report status for one or more of the updates.

To get summary information that sums the results for each update that is deployed to clients in the group, call GetSummaryPerUpdate.

See Also

GetTotalSummary Overload
IComputerTargetGroup Interface
Microsoft.UpdateServices.Administration Namespace

Return to top