IComputerTargetGroup.GetTotalSummaryPerComputerTarget Method ()
Applies To: Windows Server Update Services
Gets summary installation counts for all approved updates.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
UpdateSummaryCollection GetTotalSummaryPerComputerTarget()
UpdateSummaryCollection^ GetTotalSummaryPerComputerTarget()
abstract GetTotalSummaryPerComputerTarget : unit -> UpdateSummaryCollection
Function GetTotalSummaryPerComputerTarget As UpdateSummaryCollection
Return Value
Type: Microsoft.UpdateServices.Administration.UpdateSummaryCollection
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
Condition
Summary information for the target group is not available.
Remarks
The 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 (5 approved for deployment to this group and 3 approved for deployment to another group), the unknown count value for each client would be at least 15. This value could be greater if the client was unable to report status for one or more of the updates.
To get summary information that sums the results for all updates that are deployed to all clients in the group, call GetTotalSummary.
See Also
GetTotalSummaryPerComputerTarget Overload
IComputerTargetGroup Interface
Microsoft.UpdateServices.Administration Namespace
Return to top