IComputerTargetGroup.GetTotalSummaryPerComputerTarget()

Retrieves summary installation counts for all approved updates.

public UpdateSummaryCollection GetTotalSummaryPerComputerTarget();
Public Function GetTotalSummaryPerComputerTarget() As UpdateSummaryCollection
Implements IComputerTargetGroup.GetTotalSummaryPerComputerTarget

Parameters

This method has no parameters.

Return Value

An UpdateSummaryCollection collection that provides summary installation counts for each client computer in the group (each member of the collection represents a client). For example, the counts for a client show the number of updates that were successfully installed on the client.

Exceptions

Exception type Condition
WsusObjectNotFoundException Summary information for the target group is not available.

Remarks

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

To retrieve summary information that sums the results for all updates that are deployed to all clients in the group, call IComputerTargetGroup.GetTotalSummary.

Requirements

Server Requires Windows Server 2003 or Windows 2000 Server SP4 and later.
Namespace

Defined in Microsoft.UpdateServices.Administration.

Assembly

Requires Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll).

.NET Framework

Requires .NET Framework 1.1.

See Also

IComputerTargetGroup.GetSummaryPerUpdate