Get-DfsrServiceConfiguration

Get-DfsrServiceConfiguration

Gets settings for the DFS Replication service on group members.

Syntax

Parameter Set: Default
Get-DfsrServiceConfiguration [[-ComputerName] <String[]> ] [ <CommonParameters>]

Detailed 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.

Parameters

-ComputerName<String[]>

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.

Aliases

MemberList,MemList

Required?

false

Position?

1

Default Value

[local computer]

Accept Pipeline Input?

True (ByValue, ByPropertyName)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • string

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Microsoft.DistributedFileSystemReplication.DfsrServiceConfiguration

Examples

Example 1: Get DFS Replication service settings for the local computer

This command gets the DFS Replication service settings for the local computer.

PS C:\> Get-DfsrServiceConfiguration

Set-DfsrServiceConfiguration