Get-DfsrDelegation

Get-DfsrDelegation

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

Syntax

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

Detaillierte Beschreibung

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.

Parameter

-DomainName<String>

Specifies the NetBIOS name or fully qualified domain name (FQDN) for the Active Directory ®-Domänendienste () domain that contains the replication group. If you do not specify this parameter, the cmdlet uses the domain of the current user.

Aliasse

Keiner

Erforderlich?

false

Position?

101

Standardwert

Keiner

Pipelineeingaben akzeptieren?

True (ByPropertyName)

Platzhalterzeichen akzeptieren?

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 (*).

Aliasse

RG,RgName

Erforderlich?

false

Position?

1

Standardwert

Keiner

Pipelineeingaben akzeptieren?

True (ByValue, ByPropertyName)

Platzhalterzeichen akzeptieren?

false

<CommonParameters>

Dieses Cmdlet unterstützt die allgemeinen Parameter: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, -OutVariable. Weitere Informationen finden Sie unter about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Eingaben

Der Eingabetyp ist der Typ der Objekte, die über die Pipeline an das Cmdlet übergeben werden können.

Ausgaben

Der Ausgabetyp ist der Typ der Objekte, die vom Cmdlet ausgegeben werden.

Beispiele

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"

Verwandte Themen

Grant-DfsrDelegation

Revoke-DfsrDelegation