Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.09 KB

msft-dsclocalconfigurationmanager-sendmetaconfigurationapply.md

File metadata and controls

62 lines (39 loc) · 1.09 KB
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

SendMetaConfigurationApply method of the MSFT_DSCLocalConfigurationManager class

Sets the Local Configuration Manager settings that are used to control the Configuration Agent.

Syntax

uint32 SendMetaConfigurationApply(
  [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