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
update
Type: Microsoft.UpdateServices.Administration.IUpdateThe update for which to get data.
includeSubgroups
Type: System.Booleantrue 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
The computer target group could not be found.
update cannot be null.
See Also
GetUpdateInstallationInfoPerComputerTarget Overload
IComputerTargetGroup Interface
Microsoft.UpdateServices.Administration Namespace
Return to top