Presentation
On a Windows Server volume where deduplication is enabled, when deleting files, the recovered space is not necessarily available immediately.
In this article we will see how to recover the space immediately.
Recover disk space
Open a PowerShell command prompt as an administrator and enter the following command:
Start-DedupJob -Type GarbageCollection -Volume "D:"
Adapt the letter of the Volume parameter to your environment
Pour suivre l’avancement du job entrer la commande suivante :
Get-DedupJob
It is also possible advancement from the file explorer and see the space that is released.