IUpdate.GetSummaryPerComputerTargetGroup Method ()

 

Applies To: Windows Server Update Services

Gets a collection of summary information for each target group to which the update applies.

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

Syntax

UpdateSummaryCollection GetSummaryPerComputerTargetGroup()
UpdateSummaryCollection^ GetSummaryPerComputerTargetGroup()
abstract GetSummaryPerComputerTargetGroup : unit -> UpdateSummaryCollection
Function GetSummaryPerComputerTargetGroup As UpdateSummaryCollection

Return Value

Type: Microsoft.UpdateServices.Administration.UpdateSummaryCollection

An UpdateSummaryCollection collection that contains summary information for each target group to which the update applies. The summary information represents the installation state totals summed across all clients in the target group, for example, the total number of clients that installed the update.

Remarks

To determine the installation state of individual clients within a target group, call GetUpdateInstallationInfoPerComputerTarget. For each client in the group, call UpdateInstallationState.

See Also

GetSummaryPerComputerTargetGroup Overload
IUpdate Interface
Microsoft.UpdateServices.Administration Namespace

Return to top