DownloadUpdates method of the MSFT_CAUNode class

Downloads updates to the node.

Syntax

uint32 DownloadUpdates(
  [in]  string                      QueryString,
  [in]  boolean                     IncludeRecommendedUpdates,
  [out] MSFT_CAU_DownloadUpdateInfo Info[]
);

Parameters

QueryString [in]

A Windows Update Agent query for finding updates to download.

IncludeRecommendedUpdates [in]

True to include the recommended updates in the download; otherwise, false.

Info [out]

An array of MSFT_CAU_DownloadUpdateInfo embedded instances representing update information returned by the download 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