Distributed File System Replication Cmdlets in Windows PowerShell

적용 대상: Windows 8.1, Windows Server 2012 R2

Windows PowerShell®은 시스템 관리용으로 특별히 설계된 작업 기반 명령줄 셸 및 스크립트 언어입니다. 정보 기술(IT) 전문가를 위한 이 참조 항목은 Windows PowerShell cmdlet를 활용하도록 지원하여 작업의 스크립트를 작성하고 이를 자동화하는 합니다.

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.

참고

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

구문 또는 cmdlet에 대한 자세한 내용은 <cmdlet name>이 검색하려는 cmdlet 이름인 Get-Help <cmdlet name> cmdlet를 사용하세요. 보다 자세한 내용을 보려면 다음 cmdlet을 실행합니다.

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