One user copied by mistake

After removing the 700 GB of data the Windows volume still showed the space as allocated. With those two commands I've manually invoked the Windows 2012 Deduplication Garbage Collection and Scrub:
%systemroot%\system32\ddpcli.exe enqueue /gc /scheduled /vol * /priority normal /memory 50 /backoff
%systemroot%\system32\ddpcli.exe enqueue /scrub /scheduled /vol * /priority normal /memory 50 /backoff
At this point Windows showed a normal space allocation on the data partition, but Veeam backups where still too big and slow and didn't reflect actual size of real data. I've launched sdelete as normal to zero unused space but I've noticed an odd behavior on the deduplicated volume: Windows begin to show an increase in space used as sdelete was processing blocks. At 50% of sdelete processing I decided that sdelete was not deduplication-friendly.
Long story short, I've solved my issue running again the Windows 2012 Deduplication Garbage Collection and Scrub commands and then resetting CBT on the specific VM: http://www.veeam.com/kb1113
Marco