Open method of the MSFT_NetGPO class

Reads a group policy object (GPO) and caches the results locally.

Syntax

uint32 Open(
  [in]  string PolicyStore,
  [in]  string DomainController,
  [out] String GPOSession
);

Parameters

PolicyStore [in]

The name of the policy store.

DomainController [in]

The name of the domain controller.

GPOSession [out]

When this method returns, contains the GPO session identifier.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\StandardCimv2
MOF
WFasCim.mof
DLL
WFasCim.dll

See also

MSFT_NetGPO