title | ms.date | keywords | description | ms.topic | author | manager | ms.prod |
---|---|---|---|---|---|---|---|
GetMetaConfiguration method of the MSFT_DSCLocalConfigurationManager class |
2016-05-16 |
powershell,DSC |
article |
eslesar |
dongill |
powershell |
Gets the local Configuration Manager settings that are used to control the Configuration Agent.
uint32 GetMetaConfiguration(
[out] MSFT_DSCMetaConfiguration MetaConfiguration
);
MetaConfiguration [out]
On return, contains an embedded instance of the MSFT_DSCMetaConfiguration class that defines the settings.
Returns zero on success; otherwise returns an error code.
This is a static method.
MOF: DscCore.mof
Namespace: Root\Microsoft\Windows\DesiredStateConfiguration
MSFT_DSCLocalConfigurationManager