Download it here - http://www.microsoft.com/en-us/download/confirmation.aspx?id=36213 and install the components
ContentLibraryTransfer.exe is a tool that will move a distribution point’s content store from one drive to another. It's a very simple process.
To use the tool, open an administrative command prompt and navigate to the location of the ContentLibraryTransfer.exe tool.
Once there the syntax of the tool is as follows:
ContentLibraryTransfer.exe -SourceDrive D -TargetDrive F
So the above command would move the content from the D drive to the F drive.If you want to see a log file of what has happened etc you can pipe the results to a text file as follows:
ContentLibraryTransfer.exe -SourceDrive D -TargetDrive F > C:\Results.txt
No comments:
Post a Comment