Get-DfsrDelegation

適用対象: Windows 10, Windows Server Technical Preview

Get-DfsrDelegation

Gets principals that have permissions for a replication group.

構文

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

詳細説明

The Get-DfsrDelegation cmdlet gets the users and groups that have permission to create replicated folders, connections, members, and memberships for a replication group. For more information about delegation in the Distributed File System (DFS) Replication service, see the documentation for the Grant-DfsrDelegation cmdlet.

パラメーター

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

Aliases

none

必須/オプション

false

位置

101

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-GroupName<String[]>

Specifies an array of names of replication groups.

Aliases

RG,RgName

必須/オプション

true

位置

1

既定値

none

パイプライン入力の受け入れ

true (ByValue, ByPropertyName)

ワイルドカード文字の受け入れ

false

<CommonParameters>

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

入力

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

  • Microsoft.DistributedFileSystemReplication.DfsReplicationGroup, String[], String

出力

出力型は、コマンドレットが出力するオブジェクトの型です。

  • Microsoft.DistributedFileSystemReplication.DfsrDelegation

使用例

Example 1: Get principals for a replication group

This command gets the users and groups that have delegated permissions for the replication group named RG01.

PS C:\> Get-DfsrDelegation -GroupName "RG01"

関連項目

Grant-DfsrDelegation

Revoke-DfsrDelegation