title | ms.date | keywords | description | ms.topic | author | manager | ms.prod |
---|---|---|---|---|---|---|---|
SendMetaConfigurationApply method of the MSFT_DSCLocalConfigurationManager class |
2016-05-16 |
powershell,DSC |
article |
eslesar |
dongill |
powershell |
Sets the Local Configuration Manager settings that are used to control the Configuration Agent.
uint32 SendMetaConfigurationApply(
[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