次の方法で共有


InstallUpdates method of the MSFT_CAUNode class

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
CAUWMIv2.mof
DLL
CauWmiV2.dll

See also

MSFT_CAUNode