PollDsNow method of the MSFT_DfsrServiceConfig class

Polls Active Directory Domain Services and applies any changes to the service.

Syntax

uint32 PollDsNow(
  [in] string DcDnsName
);

Parameters

DcDnsName [in]

Fully qualified domain naming system (DNS) name of the domain controller to connect to. This parameter is optional.

Return value

This method returns one of the CONFIG_STATUS return codes.

Remarks

By default, DFSR polls the Active Directory every hour for changes in configuration.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\Microsoft\Windows\Dfsr
MOF
Dfsrwmiv2.mof
DLL
DfsRWmiV2.dll

See also

MSFT_DfsrServiceConfig