MSFT_DfsrServiceConfig 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
[ClassVersion("1.0.0"), dynamic, provider("DfsrWMIV2"), AMENDMENT]
class MSFT_DfsrServiceConfig
{
string Identifier;
string ProviderVersion;
string ServiceVersion;
};
Members
The MSFT_DfsrServiceConfig class has these types of members:
Methods
The MSFT_DfsrServiceConfig class has these methods.
| Method | Description |
|---|---|
| PollDsNow |
Polls Active Directory Domain Services and applies any changes to the service. |
Properties
The MSFT_DfsrServiceConfig class has these properties.
- Identifier
-
- Data type: string
- Access type: Read-only
- Qualifiers: key, DisplayName ("Identifier for DFSR service config")
Identifier for the DFSR service configuration.
- 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 |
None supported |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 |
|
Namespace |
Root\Microsoft\Windows\Dfsr |
|
MOF |
|
|
DLL |
|
See also