Share via


IComputerTargetGroup.GetUpdateInstallationInfoPerComputerTarget(IUpdate)

Retrieves installation information about a specific update for each client computer in the group.

public UpdateInstallationInfoCollection GetUpdateInstallationInfoPerComputerTarget(IUpdateupdate);
Public Function GetUpdateInstallationInfoPerComputerTarget( _
  ByVal update As IUpdate _
) As UpdateInstallationInfoCollection
Implements IComputerTargetGroup.GetUpdateInstallationInfoPerComputerTarget

Parameters

  • update
    An IUpdate that represents the update for which you want to retrieve installation information for each client computer in the group.

Return Value

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

Exceptions

Exception type Condition
WsusObjectNotFoundException Summary information for the target group is not available.
ArgumentNullException update cannot be null.

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