Get-DfsrServiceConfiguration
Gets settings for the DFS Replication service on group members.
Syntax
Default (Default)
Get-DfsrServiceConfiguration
[[-ComputerName] <String[]>]
[<CommonParameters>]
Description
The Get-DfsrServiceConfiguration cmdlet gets settings for the Distributed File System (DFS) Replication service on replication group members. Members of a replication group host replicated folders. Use this cmdlet to view settings for cleanup, debug logging, and automatic recovery for unexpected shut down.
Examples
Example 1: Get DFS Replication service settings for the local computer
PS C:\> Get-DfsrServiceConfiguration
ComputerName : SRV01
RPCPort :
DynamicRPCPort : True
DisableDebugLog : False
MaximumDebugLogFiles : 1000
DebugLogPath : C:\Windows\debug
DebugLogSeverity : 4
MaximumDebugLogMessages : 200000
UnexpectedAutoRecovery : False
CleanupStagingFolderAtPercent : 90
CleanupStagingFolderUntilPercent : 60
CleanupConflictFolderAtPercent : 90
CleanupConflictFolderUntilPercent : 60
This command gets the DFS Replication service settings for the local computer.
Parameters
-ComputerName
Specifies an array of names of replication member computers. You can use a comma separated list and the wildcard character (*). If you do not specify this parameter, the cmdlet uses the current computer.
Parameter properties
| Type: | String[] |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | MemberList, MemList |
Parameter sets
(All)
| Position: | 0 |
| Mandatory: | False |
| Value from pipeline: | True |
| Value from pipeline by property name: | True |
| Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.