IComputerTarget.GetUpdateInstallationInfoPerUpdate Method (UpdateScope)

 

Applies To: Windows Server Update Services

Gets installation information for all updates matching the specified search filter for this computer.

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

Syntax

UpdateInstallationInfoCollection GetUpdateInstallationInfoPerUpdate(
    UpdateScope updatesToInclude
)
UpdateInstallationInfoCollection^ GetUpdateInstallationInfoPerUpdate(
    UpdateScope^ updatesToInclude
)
abstract GetUpdateInstallationInfoPerUpdate : 
        updatesToInclude:UpdateScope -> UpdateInstallationInfoCollection
Function GetUpdateInstallationInfoPerUpdate (
    updatesToInclude As UpdateScope
) As UpdateInstallationInfoCollection

Parameters

Return Value

Type: Microsoft.UpdateServices.Administration.UpdateInstallationInfoCollection

A collection containing one entry for each update.

Exceptions

Exception

Condition

WsusObjectNotFoundException

The computer could not be found.

ArgumentNullException

updatesToInclude is null.

See Also

GetUpdateInstallationInfoPerUpdate Overload
IComputerTarget Interface
Microsoft.UpdateServices.Administration Namespace

Return to top