I had to recently change the name of the SharePoint site that Team Foundation Server (TFS) pointed to for creation of the collaboration site.
On your new moss server you will still need the WSS Ext for SharePoint Installed and you will need to run the “tsconfigwss.exe to make shure SharEPoint is familiar with the location of the TFS report server.
To make TFS point to the new SharePoint site…..
TFS has a handy utility called “tfsadminutil” that allows you to change the URIs associated witht he TFS installation.
TFSAdminUtil ConfigureConnections [/View] [/proxy] [/ClientCertificate: (user|computer)] [/ATUri:<uri>] [/PublicATUri:<uri>] [/SharepointUri:<uri>] [/SharepointSitesUri:<uri>] [/SharepointAdminUri:<uri>] [/SharepointUnc:<unc>] [/TswaUri:<uri>]
| Argument | Description |
|---|---|
| user | Use with /clientcertificate option to specify to use the user certificate store. |
| computer | Use with /clientcertificate option to specify it to use the computer certificate store. |
| URI | Use to set the uniform resource indicator (URI) with the appropriate option. |