IComputerTargetGroup.GetUpdateInstallationInfoPerComputerTarget Method (IUpdate, Boolean)

 

Applies To: Windows Server Update Services

Get the collection of installation information for computers in this computer target group for a specific update.

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

Syntax

UpdateInstallationInfoCollection GetUpdateInstallationInfoPerComputerTarget(
    IUpdate update,
    bool includeSubgroups
)
UpdateInstallationInfoCollection^ GetUpdateInstallationInfoPerComputerTarget(
    IUpdate^ update,
    bool includeSubgroups
)
abstract GetUpdateInstallationInfoPerComputerTarget : 
        update:IUpdate *
        includeSubgroups:bool -> UpdateInstallationInfoCollection
Function GetUpdateInstallationInfoPerComputerTarget (
    update As IUpdate,
    includeSubgroups As Boolean
) As UpdateInstallationInfoCollection

Parameters

  • includeSubgroups
    Type: System.Boolean

    true if subgroups of this group should be included, otherwise false.

Return Value

Type: Microsoft.UpdateServices.Administration.UpdateInstallationInfoCollection

An UpdateInstallationInfoCollection collection that contains the update's installation information for each client in the group.

Exceptions

Exception

Condition

WsusObjectNotFoundException

The computer target group could not be found.

ArgumentNullException

update cannot be null.

See Also

GetUpdateInstallationInfoPerComputerTarget Overload
IComputerTargetGroup Interface
Microsoft.UpdateServices.Administration Namespace

Return to top