Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.14 KB

msft-dsclocalconfigurationmanager-sendconfigurationapplyasync.md

File metadata and controls

54 lines (36 loc) · 1.14 KB
ms.date ms.topic keywords title
06/12/2017
conceptual
dsc,powershell,configuration,setup
SendConfigurationApplyAsync method of the MSFT_DSCLocalConfigurationManager class

SendConfigurationApplyAsync method of the MSFT_DSCLocalConfigurationManager class

Sends the configuration document asynchronously to the managed node and uses the Configuration Agent to apply the configuration.

Syntax

uint32 SendConfigurationApplyAsync(
  [in] uint8   ConfigurationData[],
  [in] boolean force,
  [in] string  jobId
);

Parameters

ConfigurationData [in] The environment data for the configuration.

force [in] true to force the configuration to stop.

jobId [in] The ID of the job for which to send the configuration.

Return value


Returns zero on success; otherwise returns an error code.

Remarks

This is a static method.

Requirements


MOF: DscCore.mof

Namespace: Root\Microsoft\Windows\DesiredStateConfiguration

See also

MSFT_DSCLocalConfigurationManager