Share via


Get-DfsrGroupSchedule

Get-DfsrGroupSchedule

Retrieves a replication group schedule.

Sintassi

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

Descrizione dettagliata

The Get-DfsrGroupSchedule cmdlet retrieves a schedule from a specified replication group. DFS Replication schedules control the availability and bandwidth usage of replication. By default, DFS Replication schedules replication 24 hours a day, 7 days a week with full bandwidth as the recommended configuration.

The DFS Replication Get-* cmdlets are useful for pipeline operations or inventory.

Parametri

-DomainName<String>

Specifies a NetBIOS or fully qualified domain name (FQDN) for an Active Directory domain containing the replication group. If you do not specify this parameter, the cmdlet uses the current domain of the 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. 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

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

Esempi

Example 1: Get a group schedule

This command uses the Get-DfsrGroupSchedule cmdlet to display the replication group schedule for a resource group named RG01.

PS C:\> Get-DfsrGroupSchedule -GroupName "RG01"

Argomenti correlati

Set-DfsrGroupSchedule