Share via


Get-DfsrGroupSchedule

Get-DfsrGroupSchedule

Retrieves a replication group schedule.

Syntaxe

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

Description détaillée

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.

Paramètres

-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

none

Obligatoire ?

false

Position ?

101

Valeur par défaut

[Current Domain]

Accepter l’entrée de pipeline ?

True (ByPropertyName)

Accepter les caractères génériques ?

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

Obligatoire ?

false

Position ?

1

Valeur par défaut

none

Accepter l’entrée de pipeline ?

True (ByValue, ByPropertyName)

Accepter les caractères génériques ?

true

<CommonParameters>

Cette applet de commande prend en charge les paramètres courants : -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer et -OutVariable. Pour plus d’informations, consultez about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entrées

Le type d’entrée correspond au type des objets que vous pouvez transmettre à l’applet de commande.

  • Microsoft.DistributedFileSystemReplication.DfsReplicationGroup

Sorties

Le type de sortie est le type des objets émis par l’applet de commande.

  • Microsoft.DistributedFileSystemReplication.DfsRGroupSchedule

Exemples

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"

Rubriques connexes

Set-DfsrGroupSchedule