Deduplication Cmdlets

適用対象: Windows 10, Windows PowerShell 5.0, Windows Server Technical Preview

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 data deduplication activity on one or more volumes.

Enable-DedupVolume

Enables data deduplication on one or more volumes.

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 metadata for volumes that have data deduplication metadata.

Get-DedupSchedule

Returns the deduplication job schedule defined on the computer.

Get-DedupStatus

Returns deduplication status for volumes that have data deduplication metadata.

Get-DedupVolume

Returns deduplication volumes that have data deduplication metadata.

Measure-DedupFileMetadata

Measures potential disk space on a volume.

New-DedupSchedule

Creates a data deduplication schedule.

Remove-DedupSchedule

Deletes a deduplication schedule.

Set-DedupSchedule

Changes configuration settings for data deduplication schedules.

Set-DedupVolume

Changes data deduplication settings on one or more volumes.

Start-DedupJob

Starts a data deduplication job.

Stop-DedupJob

Cancels one or more specified data deduplication jobs.

Update-DedupStatus

Scans volumes for fresh data deduplication savings.

注意

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: