I've been having issues recently with pulling down a new copy of a repository from my TFS server. Each time I do this most(if not all) of the references are broken.
They either have to be deleted and re-added, or removed and re-installed using NuGet.
Is there a simple way to do something like a Git-Clone (Most likley Get-Latest-Recursive) so that I can pull down a repo, build it, and being working?