If you are going to make a symbol server, make sure that it also has a source. To do this, you first need two things. Install Perl and debugging tools for windows. Then you call tfsindex.cmd with two flags -source = (with the path to your local repository) and -symbols = (with the path to the binary files). This is done through all the PDB files that will be uploaded to the character server. Distorts any source code files specified in pdb, and replaces refrences with a place holder that allows visual studio to pull the correct version of the file in question from tfs.
After you have installed part of the source code, it's time to download the characters to the shared folder that you configured. To do this, you call sysmstore.exe to take care of actually submitting them to the character server.
Both tfsindex.cmd and sysmstore.exe are part of the debugging tools for windows.
source share