Deduplication Cmdlets in Windows PowerShell

適用対象: Windows 8.1, Windows PowerShell 4.0, Windows Server 2012 R2

Windows PowerShell® は、特にシステム管理用に設計された、タスク ベースのコマンド ライン シェルおよびスクリプト言語です。情報技術 (IT) プロフェッショナル向けのこの参照トピックは、スクリプトを作成してタスクを自動化するために Windows PowerShell コマンドレットを活用するうえでのサポートとなります。

Data Deduplication

This reference provides cmdlet descriptions and syntax for all Data Deduplication-specific cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.

cmdlet Description

Disable-DedupVolume

Disables further data deduplication activity on one or more volumes.

Enable-DedupVolume

Enables data deduplication on the specified volumes, using default settings.

Expand-DedupFile

Expands an optimized file into its original location.

Get-DedupJob

Returns status and information for currently running or queued deduplication jobs.

Get-DedupMetadata

Returns a DeduplicationMetadata object for every volume that has data deduplication metadata.

Get-DedupSchedule

Returns the DeduplicationJobSchedule objects defined on the system.

Get-DedupStatus

Returns a DeduplicationStatus object for every volume that has data deduplication metadata.

Get-DedupVolume

Returns a DeduplicationVolume object for each volume that has data deduplication metadata.

New-DedupSchedule

Creates a new data deduplication schedule and returns a DeduplicationSchedule object.

Remove-DedupSchedule

Deletes the specified DeduplicationSchedule object.

Set-DedupSchedule

Sets data deduplication schedule settings.

Set-DedupVolume

Sets data deduplication volume settings.

Start-DedupJob

Queues a new data deduplication job of the specified type for the specified volumes.

Stop-DedupJob

Cancels one or more specified data deduplication jobs.

Update-DedupStatus

Scans one or more specified volumes to compute fresh data deduplication savings information and returns a DeduplicationStatus object.

注意

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

任意のコマンドレットの詳細について、またはコマンドレットの構文の詳細については、Get-Help <コマンドレット名> コマンドレットを使用します。ここで、<コマンドレット名> は、調べようとするコマンドレットの名前です。詳細については、次のコマンドレットを実行できます。

Get-Help <コマンドレット名> -Detailed
Get-Help <コマンドレット名> -Examples
Get-Help <コマンドレット名> -Full

More Information

For more information about the cmdlets, see the following: