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.
Installs updates to the node.
Syntax
uint32 InstallUpdates(
  [in]  string                     QueryString,
  [in]  boolean                    IncludeRecommendedUpdates,
  [out] MSFT_CAU_InstallUpdateInfo Info[]
);
Parameters
- 
QueryString [in] 
- 
A Windows Update Agent query for finding updates to install. 
- 
IncludeRecommendedUpdates [in] 
- 
True to include the recommended updates in the installation; otherwise, false. 
- 
Info [out] 
- 
An array of MSFT_CAU_InstallUpdateInfo embedded instances that represent update information returned by the installation operation. 
Requirements
| Minimum supported client | None supported | 
| Minimum supported server | Windows Server 2012 | 
| Namespace | Root\Microsoft\Windows\ClusterUpdate | 
| MOF | 
 | 
| DLL | 
 |