Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 804 Bytes

msft-dsclocalconfigurationmanager-sendconfiguration.md

File metadata and controls

44 lines (29 loc) · 804 Bytes
ms.date ms.topic title description
07/17/2020
reference
SendConfiguration method
SendConfiguration method

SendConfiguration method

Sends the configuration document to the managed node and saves it as a pending change.

Syntax

uint32 SendConfiguration(
  [in] uint8   ConfigurationData[],
  [in] boolean force
);

Parameters

ConfigurationData [in] The environment data for the configuration.

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

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