Share via


Get-DfsrServiceConfiguration

Get-DfsrServiceConfiguration

Gets settings for the DFS Replication service on group members.

Syntaxe

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

Description détaillée

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.

Paramètres

-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

Obligatoire ?

false

Position ?

1

Valeur par défaut

[local computer]

Accepter l’entrée de pipeline ?

True (ByValue, ByPropertyName)

Accepter les caractères génériques ?

false

<CommonParameters>

Cette applet de commande prend en charge les paramètres courants : -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer et -OutVariable. Pour plus d’informations, consultez about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entrées

Le type d’entrée correspond au type des objets que vous pouvez transmettre à l’applet de commande.

  • string

Sorties

Le type de sortie est le type des objets émis par l’applet de commande.

  • Microsoft.DistributedFileSystemReplication.DfsrServiceConfiguration

Exemples

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

Rubriques connexes

Set-DfsrServiceConfiguration