Freigeben über


Get-DfsrDelegation

Betrifft: Windows 10, Windows Server Technical Preview

Get-DfsrDelegation

Gets principals that have permissions for a replication group.

Syntax

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

Detaillierte Beschreibung

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.

Parameter

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

Aliase

none

Erforderlich?

false

Position?

101

Standardwert

none

Pipelineeingaben akzeptieren?

false

Platzhalterzeichen akzeptieren?

false

-GroupName<String[]>

Specifies an array of names of replication groups.

Aliase

RG,RgName

Erforderlich?

true

Position?

1

Standardwert

none

Pipelineeingaben akzeptieren?

true (ByValue, ByPropertyName)

Platzhalterzeichen akzeptieren?

false

<CommonParameters>

Dieses Cmdlet unterstützt die allgemeinen Parameter: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer und -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 Sie per Piping an das Cmdlet übergeben können.

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

Ausgaben

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

  • Microsoft.DistributedFileSystemReplication.DfsrDelegation

Beispiele

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"

Verwandte Themen

Grant-DfsrDelegation

Revoke-DfsrDelegation