DfsrConfig class

This class is a DFSR configuration provider class. It includes provider-specific settings in addition to computer-wide service configuration parameters and methods.

Syntax

[Dynamic, Provider("DfsrConfigProv"), Singleton]
class DfsrConfig
{
  string ProviderVersion;
  string ServiceVersion;
};

Members

The DfsrConfig class has these types of members:

Methods

The DfsrConfig class has these methods.

Method Description
PollDsNow This static method polls the Active Directory for configuration changes and applies any changes to the service.

Properties

The DfsrConfig class has these properties.

ProviderVersion

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("DFS Replication Configuration Provider Version")

Current version of the provider.

The format of this string is x.y.z.n.

ServiceVersion

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("DFS Replication Service Version")

Service version.

The format of this string is x.y.z.n.

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
End of client support
Windows Vista
Namespace
Root\MicrosoftDfs
MOF
DfsRProvs.mof
DLL
DfsRWmiV2.dll

See also

DFSR WMI Classes