Get-DfsrGroupSchedule

Get-DfsrGroupSchedule

Retrieves a replication group schedule.

Sintaxis

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

Descripción detallada

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.

Parámetros

-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

ninguno

¿Requerido?

false

¿Posición?

101

Valor predeterminado

[Current Domain]

¿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?

true

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

  • Microsoft.DistributedFileSystemReplication.DfsReplicationGroup

Salidas

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

  • Microsoft.DistributedFileSystemReplication.DfsRGroupSchedule

Ejemplos

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"

Temas relacionados

Set-DfsrGroupSchedule