Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
updatesToInclude
Type: Microsoft.UpdateServices.Administration.UpdateScopeA UpdateScope defining the set of updates to include.
Return Value
Type: Microsoft.UpdateServices.Administration.UpdateInstallationInfoCollection
A collection containing one entry for each update.
Exceptions
Exception
Condition
The computer could not be found.
updatesToInclude is null.
See Also
GetUpdateInstallationInfoPerUpdate Overload
IComputerTarget Interface
Microsoft.UpdateServices.Administration Namespace
Return to top