Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 1.07 KB

msft-dsclocalconfigurationmanager-getmetaconfiguration.md

File metadata and controls

59 lines (36 loc) · 1.07 KB
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

GetMetaConfiguration method of the MSFT_DSCLocalConfigurationManager class

Gets the local Configuration Manager settings that are used to control the Configuration Agent.

Syntax

uint32 GetMetaConfiguration(
  [out] MSFT_DSCMetaConfiguration MetaConfiguration
);

Parameters

MetaConfiguration [out]
On return, contains an embedded instance of the MSFT_DSCMetaConfiguration class that defines the settings.

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