IComputerTarget.GetUpdateInstallationSummary Method ()

 

Applies To: Windows Server Update Services

Gets the installation summary for all updates on this computer.

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

Syntax

IUpdateSummary GetUpdateInstallationSummary()
IUpdateSummary^ GetUpdateInstallationSummary()
abstract GetUpdateInstallationSummary : unit -> IUpdateSummary
Function GetUpdateInstallationSummary As IUpdateSummary

Return Value

Type: Microsoft.UpdateServices.Administration.IUpdateSummary

One summary with counts summed across all drivers and software updates on this computer.

Exceptions

Exception

Condition

WsusObjectNotFoundException

The computer could not be found.

See Also

GetUpdateInstallationSummary Overload
IComputerTarget Interface
Microsoft.UpdateServices.Administration Namespace

Return to top