Get-DfsrDelegation

Get-DfsrDelegation

Gets users and groups that have delegated permissions in a replication group.

構文

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

詳細説明

The Get-DfsrDelegation cmdlet gets users and groups that have delegated permissions to create replicated folders, connections, members, and memberships inside a replication group. For information about delegation, see the Grant-DfsrDelegation cmdlet.

パラメーター

-DomainName<String>

Specifies the NetBIOS name or fully qualified domain name (FQDN) for the Active Directory® ドメイン サービス () domain that contains the replication group. If you do not specify this parameter, the cmdlet uses the domain of the current user.

エイリアス

なし

必須?

false

位置は?

101

既定値

なし

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

True (ByPropertyName)

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

false

-GroupName<String[]>

Specifies an array of names of replication groups. If you do not specify this parameter, the cmdlet queries for all participating replication groups. You can specify multiple groups, separated by commas, as well as wildcard characters (*).

エイリアス

RG,RgName

必須?

false

位置は?

1

既定値

なし

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

True (ByValue, ByPropertyName)

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

false

<CommonParameters>

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

入力

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

出力

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

Example 1: Get delegated principals for a replication group

This command gets the delegated principals for the replication group named RG06.

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

関連トピック

Grant-DfsrDelegation

Revoke-DfsrDelegation