Get-DfsrServiceConfiguration

Get-DfsrServiceConfiguration

Gets settings for the DFS Replication service on group members.

Sintaxis

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

Descripción detallada

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.

Parámetros

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

Alias

MemberList,MemList

¿Requerido?

false

¿Posición?

1

Valor predeterminado

[local computer]

¿Aceptar canalización?

True (ByValue, ByPropertyName)

¿Aceptar caracteres comodín?

false

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

  • string

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • Microsoft.DistributedFileSystemReplication.DfsrServiceConfiguration

Ejemplos

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

Temas relacionados

Set-DfsrServiceConfiguration