Get-DfsReplicatedFolder

Get-DfsReplicatedFolder

Gets a replicated folder from a replication group.

構文

Parameter Set: Default
Get-DfsReplicatedFolder [[-GroupName] <String[]> ] [[-FolderName] <String[]> ] [[-DomainName] <String> ] [ <CommonParameters>]

詳細説明

The Get-DfsReplicatedFolder cmdlet gets existing replicated folders. The cmdlet returns global settings of replicated folders such as filters and DFS Namespace associations. Replicated folders are logical arrangements of replication that do not contain computer-specific settings.

パラメーター

-DomainName<String>

Specifies the NetBIOS name or fully qualified domain name (FQDN) for the Active Directory Domain Service (AD DS) domain that contains the replication group. If you do not specify this parameter, the cmdlet uses the domain of the current user.

エイリアス

なし

必須?

false

位置は?

101

既定値

[Current Domain]

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

-FolderName<String[]>

Specifies an array of names of replicated folders. You can use a comma separated list and the wildcard character (*). If you do not specify this parameter, the cmdlet gets all replicated folders.

エイリアス

RF,RfName

必須?

false

位置は?

2

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

true

-GroupName<String[]>

Specifies an array of names of replication groups. You can use a comma separated list and the wildcard character (*).

エイリアス

RG,RgName

必須?

false

位置は?

1

既定値

なし

パイプライン入力を許可する

True (ByValue, ByPropertyName)

ワイルドカード文字を許可する

true

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

  • Microsoft.DistributedFileSystemReplication.DfsReplicationGroup

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • Microsoft.DFSR.Management.ReplicatedFolder

Example 1: Get a replicated folder

This command gets the replicated folder named RF01 from replication group named RG24.

PS C:\> Get-DfsReplicatedFolder -GroupName "RG24" -FolderName "RF01"

関連トピック

Set-DfsReplicatedFolder

Set-DfsReplicatedFolder

Remove-DfsReplicatedFolder