Distributed File System Replication Cmdlets in Windows PowerShell

Aplica-se a: Windows 8.1, Windows Server 2012 R2

O Windows PowerShell® é um shell de linha de comando baseado em tarefas e uma linguagem de script desenvolvida especialmente para a administração do sistema. Este tópico de referência para os profissionais de TI (tecnologia da informação) oferece assistência para a utilização de cmdlets do Windows PowerShell para criar scripts e automatizar tarefas.

Distributed File System Replication Cmdlets

This reference provides cmdlet descriptions and syntax for all Distributed File System (DFS) Replication cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.

Cmdlet Description

Add-DfsrConnection

Creates a connection between members of a replication group.

Add-DfsrMember

Adds computers to a replication group.

ConvertFrom-DfsrGuid

Translates GUIDs to friendly names within a given replication group.

Export-DfsrClone

Exports the cloned DFS Replication database and volume configuration settings.

Get-DfsrBacklog

Retrieves the list of pending file updates between two DFS Replication partners.

Get-DfsrCloneState

Gets the status of a database cloning operation.

Get-DfsrConnection

Gets a connection between DFS Replication partners.

Get-DfsrConnectionSchedule

Gets a connection schedule between DFS Replication partners.

Get-DfsrDelegation

Gets users and groups that have delegated permissions in a replication group.

Get-DfsReplicatedFolder

Gets a replicated folder from a replication group.

Get-DfsReplicationGroup

Retrieves a replication group.

Get-DfsrFileHash

Gets a file hash.

Get-DfsrGroupSchedule

Retrieves a replication group schedule.

Get-DfsrIdRecord

Gets ID records for replicated files or folders from the DFS Replication database.

Get-DfsrMember

Gets member computers in a replication group.

Get-DfsrMembership

Gets membership settings for members of replication groups.

Get-DfsrPreservedFiles

Gets a list of files and folders that DFS Replication previously preserved.

Get-DfsrServiceConfiguration

Gets settings for the DFS Replication service on group members.

Get-DfsrState

Gets the DFS Replication state for a member.

Grant-DfsrDelegation

Grants users and groups permissions in a replication group.

Import-DfsrClone

Imports a cloned DFS Replication database and volume configuration settings.

New-DfsReplicatedFolder

Creates a replicated folder in a replication group.

New-DfsReplicationGroup

Creates a replication group.

Remove-DfsrConnection

Removes a connection between members of a replication group.

Remove-DfsReplicatedFolder

Removes a replicated folder from a replication group.

Remove-DfsReplicationGroup

Removes a replication group.

Remove-DfsrMember

Removes computers from a replication group.

Remove-DfsrPropagationTestFile

Removes DFS Replication propagation test files.

Reset-DfsrCloneState

Cancels a cloning operation.

Restore-DfsrPreservedFiles

Restores files and folders that DFS Replication previously preserved.

Revoke-DfsrDelegation

Revokes delegation of permissions in a replication group.

Set-DfsrConnection

Changes the settings of a connection between members of a replication group.

Set-DfsrConnectionSchedule

Changes the settings of a connection schedule between members of a replication group.

Set-DfsReplicatedFolder

Changes settings of a replicated folder.

Set-DfsReplicationGroup

Modifies a replication group.

Set-DfsrGroupSchedule

Modifies a replication group schedule.

Set-DfsrMember

Modifies member computer information in a replication group.

Set-DfsrMembership

Configures membership settings for replication group members.

Set-DfsrServiceConfiguration

Modifies settings for the DFS Replication service.

Start-DfsrPropagationTest

Creates a propagation test file in a replicated folder.

Suspend-DfsReplicationGroup

Suspends replication between computers regardless of schedule.

Sync-DfsReplicationGroup

Synchronizes replication between computers regardless of schedule.

Update-DfsrConfigurationFromAD

Initiates an update of the DFS Replication service.

Write-DfsrHealthReport

Generates a DFS Replication health report.

Write-DfsrPropagationReport

Generates reports for propagation test files in a replication group.

Observação

To list all the cmdlets that are available, use the Get-Command –Module DFSR cmdlet.

Para obter mais informações sobre qualquer cmdlet ou sua sintaxe, use o cmdlet Get-Help <nome do cmdlet>, em que <nome do cmdlet> é o nome do cmdlet que você deseja pesquisar. Para obter informações mais detalhadas, você pode executar qualquer um dos seguintes cmdlets:

Get-Help <nome do cmdlet> -Detailed
Get-Help <nome do cmdlet> -Examples
Get-Help <nome do cmdlet> -Full