ms.date | author | ms.topic | keywords | title |
---|---|---|---|---|
2017-06-12 |
eslesar |
conceptual |
dsc,powershell,configuration,setup |
SendConfigurationApply method of the MSFT_DSCLocalConfigurationManager class |
Sends the configuration document to the managed node and uses the Configuration Agent to apply the configuration.
uint32 SendConfigurationApply(
[in] uint8 ConfigurationData[],
[in] boolean force
);
ConfigurationData [in]
The environment data for the configuration.
force [in]
true to force the configuration to stop.
Returns zero on success; otherwise returns an error code.
This is a static method.
MOF: DscCore.mof
Namespace: Root\Microsoft\Windows\DesiredStateConfiguration
MSFT_DSCLocalConfigurationManager