IComputerTargetGroup.GetUpdateInstallationInfoPerComputerTarget Method (IUpdate)
Applies To: Windows Server Update Services
Gets installation information about a specific update for each client computer in the group.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
UpdateInstallationInfoCollection GetUpdateInstallationInfoPerComputerTarget(
IUpdate update
)
UpdateInstallationInfoCollection^ GetUpdateInstallationInfoPerComputerTarget(
IUpdate^ update
)
abstract GetUpdateInstallationInfoPerComputerTarget :
update:IUpdate -> UpdateInstallationInfoCollection
Function GetUpdateInstallationInfoPerComputerTarget (
update As IUpdate
) As UpdateInstallationInfoCollection
Parameters
update
Type: Microsoft.UpdateServices.Administration.IUpdateAn IUpdate that represents the update for which you want to get installation information for each client computer in the group.
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
Summary information for the target group is not available.
update cannot be null.
See Also
GetUpdateInstallationInfoPerComputerTarget Overload
IComputerTargetGroup Interface
Microsoft.UpdateServices.Administration Namespace
Return to top