DFS Replication Cmdlets

업데이트 날짜: 2014년 10월

적용 대상: Windows 10, Windows Server Technical Preview

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 members of a replication group.

Get-DfsrDelegation

Gets principals that have permissions for 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 permissions to security principals for 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 permissions to security principals for 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에 대한 자세한 내용이나 해당 구문을 확인하려면 Get-Help <cmdlet 이름> cmdlet을 사용하세요. 여기서 *<cmdlet 이름>*은 연구할 cmdlet의 이름입니다. 자세한 내용을 보려면 다음 cmdlet을 실행할 수 있습니다.

Get-Help <cmdlet 이름> -Detailed
Get-Help <cmdlet 이름> -Examples
Get-Help <cmdlet 이름> -Full