Get-DfsrServiceConfiguration

Get-DfsrServiceConfiguration

Gets settings for the DFS Replication service on group members.

语法

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

详细说明

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.

参数

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

别名

MemberList,MemList

是否为必需?

false

位置?

1

默认值

[local computer]

是否接受管道输入?

True (ByValue, ByPropertyName)

是否接受通配符?

false

<CommonParameters>

此 cmdlet 支持通用参数:-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer 和 -OutVariable。有关详细信息,请参阅 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

输入

输入类型是指可通过管道传送给 cmdlet 的对象的类型。

  • string

输出

输出类型是 cmdlet 所发出对象的类型。

  • Microsoft.DistributedFileSystemReplication.DfsrServiceConfiguration

示例

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