Share via


Get-DfsrMember

Get-DfsrMember

Gets member computers in a replication group.

Sintassi

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

Descrizione dettagliata

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

Parametri

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

Alias

MemberList,MemList

Obbligatorio?

false

Posizione?

2

Valore predefinito

nessuno

Accetta input da pipeline?

True (ByPropertyName)

Accetta caratteri jolly?

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.

Alias

nessuno

Obbligatorio?

false

Posizione?

101

Valore predefinito

[Current Domain]

Accetta input da pipeline?

True (ByPropertyName)

Accetta caratteri jolly?

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.

Alias

RG,RgName

Obbligatorio?

false

Posizione?

1

Valore predefinito

nessuno

Accetta input da pipeline?

True (ByValue, ByPropertyName)

Accetta caratteri jolly?

true

<CommonParameters>

Questo cmdlet supporta i parametri comuni: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer e -OutVariable. Per altre informazioni, vedere   about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Input

Il tipo di input è il tipo degli oggetti che è possibile reindirizzare al cmdlet.

  • Microsoft.DistributedFileSystemReplication.DfsReplicationGroup

Output

Il tipo di output corrisponde al tipo di oggetti generati dal cmdlet.

  • Microsoft.DistributedFileSystemReplication.DfsrMember

Esempi

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"

Argomenti correlati

Add-DfsrMember

Remove-DfsrMember

Set-DfsrMember