Condividi tramite


Get-DfsrServiceConfiguration

Get-DfsrServiceConfiguration

Gets settings for the DFS Replication service on group members.

Sintassi

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

Descrizione dettagliata

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.

Parametri

-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

Obbligatorio?

false

Posizione?

1

Valore predefinito

[local computer]

Accetta input da pipeline?

True (ByValue, ByPropertyName)

Accetta caratteri jolly?

false

<CommonParameters>

Questo cmdlet supporta i parametri comuni: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer e -OutVariable. Per altre informazioni, vedere   about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Input

Il tipo di input è il tipo degli oggetti che è possibile reindirizzare al cmdlet.

  • string

Output

Il tipo di output corrisponde al tipo di oggetti generati dal cmdlet.

  • Microsoft.DistributedFileSystemReplication.DfsrServiceConfiguration

Esempi

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

Argomenti correlati

Set-DfsrServiceConfiguration