Deduplication Cmdlets in Windows PowerShell

Letzte Aktualisierung: September 2015

Betrifft: Windows 8.1, Windows PowerShell 4.0, Windows Server 2012 R2

Windows PowerShell® ist eine aufgabenbasierte Befehlszeilenshell- und Skriptsprache, die speziell für die Systemverwaltung entwickelt wurde. Dieses Referenzthema für IT-Profis bietet Unterstützung beim Einsatz von Windows PowerShell-Cmdlets, um Skripts für Aufgaben zu erstellen und sie zu automatisieren.

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.

Hinweis

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

Um weitere Informationen zur Syntax beliebiger Cmdlets zu erhalten, verwenden Sie das Get-Help <Cmdlet-Name>-Cmdlet, wobei <Cmdlet-Name> der Name des Cmdlets ist, zu dem Sie Informationen wünschen. Um ausführlichere Informationen zu erhalten, können Sie die folgenden Cmdlets ausführen:

Get-Help <Cmdlet-Name> -Detailed
Get-Help <Cmdlet-Name> -Examples
Get-Help <Cmdlet-Name> -Full

More Information

For more information about the cmdlets, see the following: