Get-DfsrDelegation

Get-DfsrDelegation

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

Sintaxis

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

Descripción detallada

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.

Parámetros

-DomainName<String>

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

Alias

ninguno

¿Requerido?

false

¿Posición?

101

Valor predeterminado

ninguno

¿Aceptar canalización?

True (ByPropertyName)

¿Aceptar caracteres comodín?

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

Alias

RG,RgName

¿Requerido?

false

¿Posición?

1

Valor predeterminado

ninguno

¿Aceptar canalización?

True (ByValue, ByPropertyName)

¿Aceptar caracteres comodín?

false

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

Ejemplos

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"

Temas relacionados

Grant-DfsrDelegation

Revoke-DfsrDelegation