IUpdate.GetSummaryPerComputerTargetGroup Method (Boolean)

 

Applies To: Windows Server Update Services

Returns the summary information reported up to the server for all IComputerTargetGroup objects.

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

Syntax

UpdateSummaryCollection GetSummaryPerComputerTargetGroup(
    bool includeSubgroups
)
UpdateSummaryCollection^ GetSummaryPerComputerTargetGroup(
    bool includeSubgroups
)
abstract GetSummaryPerComputerTargetGroup : 
        includeSubgroups:bool -> UpdateSummaryCollection
Function GetSummaryPerComputerTargetGroup (
    includeSubgroups As Boolean
) As UpdateSummaryCollection

Parameters

  • includeSubgroups
    Type: System.Boolean

    If false, only direct members of each group are included; if true, members of the group and any descendant groups are included are included in each group summary.

Return Value

Type: Microsoft.UpdateServices.Administration.UpdateSummaryCollection

A Collection of IUpdateSummary objects, one per computer group, each with totals summed across all computers in the group for this update.

Exceptions

Exception

Condition

WsusObjectNotFoundException

The update could not be found in the database.

See Also

GetSummaryPerComputerTargetGroup Overload
IUpdate Interface
Microsoft.UpdateServices.Administration Namespace

Return to top