Distributed File System Replication Cmdlets in Windows PowerShell

Si applica a: Windows 8.1, Windows Server 2012 R2

Windows PowerShell® è una shell della riga di comando basata su attività, nonché un linguaggio di scripting progettato specificamente per l'amministrazione del sistema. Questo argomento di riferimento per i professionisti IT fornisce supporto per l'utilizzo dei cmdlet di Windows PowerShell per creare script per le attività e la relativa automatizzazione.

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.

Nota

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

Per altre informazioni sui cmdlet o sulla relativa sintassi, usare il cmdlet Get-Help <nome cmdlet>, dove <nome cmdlet> è il nome del cmdlet per cui si vuole eseguire ricerche. Per informazioni più dettagliate, eseguire uno dei cmdlet seguenti:

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