Earlier today I was doing a presentation at the TechConnect in Cyprus, and I got a tweet from one in the audience about the script I was using for running the data deduplication processes on my machine. So here it is:
Start-DedupJob -Type Optimization -Memory 75 -Priority High -Volume D:,F: -Wait Start-DedupJob -Type GarbageCollection -Full -Memory 75 -Priority High -Volume D:,F: -Wait Start-DedupJob -Type Scrubbing -Full -Memory 75 -Priority High -Volume D:,F: -Wait
Happy Deployment, Johan
More ...