My System Administrator renamed my computer. So where it was \"MyLaptop2\" it is now just \"MyLaptop\".
So now all my source control bindings and checked out files
Go to VS command prompt and type the following:
tf workspaces
This will provide you with the available Collections. Copy the path (essentially a URL) of your intended collection. Then type the following:
tf workspaces /updateComputerName:"OLD_NAME" /collection:"The URL copied from above"
(exclude the quotes above)