Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
Nächste Überarbeitung | Vorherige Überarbeitung | ||
knowledge_base:windows:dedup [2020/06/11 20:05] – angelegt & added Get-DedupStatus julian.lemmerich | knowledge_base:windows:dedup [2022/11/27 13:02] (aktuell) – add Get-DedupJob julian.lemmerich | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
====== Deduplication ====== | ====== Deduplication ====== | ||
+ | |||
+ | ===== Start-DedupJob ===== | ||
+ | |||
+ | < | ||
+ | PS C:\> Start-DedupJob -Volume " | ||
+ | </ | ||
+ | |||
+ | This command starts a deduplication optimization job on drive D: and consume up to a maximum of 50 percent of RAM.((https:// | ||
+ | |||
+ | ===== Get-DedupJob ===== | ||
+ | |||
+ | Get-DedupJob returns the current DedupJob status and Volumes. | ||
===== Get-DedupStatus ===== | ===== Get-DedupStatus ===== | ||
- | Get advanced DedupStatus with this: | + | Get advanced DedupStatus with this (as Admin): |
<code powershell> | <code powershell> | ||
Get-DedupStatus |fl | Get-DedupStatus |fl | ||
</ | </ |