Enabling Tape drive data co-location on DPM 2010
September 6, 2010 Leave a comment
Open DPM Management Shell and use the following command to enable tape drive data co-location:
Set-DPMGlobalProperty -DPMServerName YourDPMServer01 -OptimizeTapeUsage $True
Source: MS Technet
-Eric