Msft_SyncServerSetting class

Retrieves and updates settings for Work Folders Sync Share server.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[dynamic, provider("SyncShareServerWmiProvider")]
class Msft_SyncServerSetting
{
  string  Server;
  string  Description;
  string  AdministratorEmail;
  string  ADFSUrl;
  string  SuspendedUser[];
  uint32  MinimumChangeDetectionMins;
  boolean SSLCertificateEnabled;
};

Members

The Msft_SyncServerSetting class has these types of members:

Properties

The Msft_SyncServerSetting class has these properties.

ADFSUrl

Data type: string

Access type: Read/write

Gets or sets the URL of the Active Directory Federation Services (ADFS) for authentication. If this property is empty then the default Windows authentication is used.

AdministratorEmail

Data type: string

Access type: Read/write

Semicolon-separated list of email addresses of the administrators of the Sync Share server. The Sync Share Server sends the email addressed to the client so the client can contact the administrator to report issues and to receive help troubleshooting the issues.

Description

Data type: string

Access type: Read/write

Gets or sets the description of the server.

MinimumChangeDetectionMins

Data type: uint32

Access type: Read/write

Specifies the time, in minutes, before the Sync Share server detects changes on devices and syncs the client and server. The default value is 5. The minimum value that you can set is 1. The Sync Share server synchronizes with multiple devices for potentially many users. Increasing the frequency that Sync Share detects changes on devices and syncs the client and server results in fresher data on the devices of users. However, this increases the load on the Sync Share server and can affect the performance of the synchronization, particularly for users who make frequent changes to the files directly on the server and who have many devices.

Server

Data type: string

Access type: Read-only

Qualifiers: key

Gets the name of the server.

SSLCertificateEnabled

Data type: boolean

Access type: Read-only

Contains a value that indicates whether SSL certificates are enabled on the server. TRUE if SSL certificates are enabled; otherwise FALSE. On a cluster, the value is returned for the current node where the query is executed.

SuspendedUser

Data type: string array

Access type: Read/write

Gets or sets a user that is not permitted to synchronize on the server.

Requirements

Minimum supported client
Windows 8.1
Minimum supported server
Windows Server 2012 R2
Namespace
Root\Microsoft\Windows\SyncShareServer
MOF
ECSServer.Mof
DLL
SyncShareSvc.dll

See also

Work Folders Management Classes