Share via


Get-DfsrMember

Get-DfsrMember

Gets member computers in a replication group.

Sintaxe

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

Descrição detalhada

The Get-DfsrMember cmdlet gets member computers in a replication group. Members of a replication group host replicated folders.

Parâmetros

-ComputerName<String[]>

Specifies an array of names of member computers. You can use a comma separated list and the wildcard character (*). If you do not specify this parameter, the cmdlet gets all members of replication groups specified by using the DomainName and GroupName parameters.

Aliases

MemberList,MemList

Necessário?

false

Posição?

2

Valor padrão

nenhuma

Aceitar entrada do pipeline?

True (ByPropertyName)

Aceitar caracteres curinga?

true

-DomainName<String>

Specifies the NetBIOS name or fully qualified domain name (FQDN) for the Active Directory Domain Service (AD DS) domain that contains a replication group. If you do not specify this parameter, the cmdlet uses the domain of the current user.

Aliases

nenhuma

Necessário?

false

Posição?

101

Valor padrão

[Current Domain]

Aceitar entrada do pipeline?

True (ByPropertyName)

Aceitar caracteres curinga?

false

-GroupName<String[]>

Specifies an array of names of replication groups. You can use a comma separated list and the wildcard character (*). If you do not specify this parameter, the cmdlet uses all participating replication groups.

Aliases

RG,RgName

Necessário?

false

Posição?

1

Valor padrão

nenhuma

Aceitar entrada do pipeline?

True (ByValue, ByPropertyName)

Aceitar caracteres curinga?

true

<CommonParameters>

Esse cmdlet dá suporte a parâmetros comuns: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer e -OutVariable. Para obter mais informações, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

O tipo de entrada é o tipo dos objetos que você pode canalizar para o cmdlet.

  • Microsoft.DistributedFileSystemReplication.DfsReplicationGroup

Saídas

O tipo de saída é o tipo de objeto emitido pelo cmdlet.

  • Microsoft.DistributedFileSystemReplication.DfsrMember

Exemplos

Example 1: Get a member in a replication group

This command gets the member computer named SRV01 that belongs to the group named RG07.

PS C:\> Get-DfsrMember -GroupName "RG07" -ComputerName "SRV01"

Tópicos relacionados

Add-DfsrMember

Remove-DfsrMember

Set-DfsrMember