Quantcast
Channel: Deployment Research - Johan Arwidmark
Viewing all articles
Browse latest Browse all 168

Running the Data DeDuplication process in PowerShell

$
0
0

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 ...

Viewing all articles
Browse latest Browse all 168

Trending Articles