back to stuff
A brief procedure on how to restore a TFS 2010 backup on a new machine with only the necessary stuff
cmd.exeTFSServiceControl quiesceTFSConfig PrepSQL /SQLInstance: ServerName, replacing ServerName with the name of the SQL Server instance you installed on the first stepTFSConfig RemapDBS /DatabaseName:servername;TFS_Configuration /SQLInstances:servername /ContinueTFSConfig Accounts /ResetOwner /SQLInstance: ServerName /DatabaseName: DatabaseNameTFSConfig Accounts /add /AccountType:ApplicationTier /account: AccountName /SQLInstance: ServerName /DatabaseName: DatabaseNameTFSConfig registerDB /SQLInstance: ServerName /DatabaseName: DatabaseNametfsservicecontrol unquiesceback to stuff