Sync method of the PS_RemoteAccessLocal class

This method will trigger the process to synchronize the DA server with the Group Policy.

Syntax

uint32 Sync(
  [in] uint32 Options
);

Parameters

Options [in]

Bitmask parameter that indicates the type of Group Policy update to be applied on the server. 1st bit - Delayed Group Policy update will be triggered.

2nd bit - Immediate Group Policy update will to be triggered.

3rd bit - The call will wait for the raconfigtask to start.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\RemoteAccess\server
Header
Mlang.h
MOF
RAServerPSProvider.mof
DLL
RAServerPSProvider.dll

See also

PS_RemoteAccessLocal