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>

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

输入

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

输出

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

示例

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