Reputation: 9916
During the installation of TFS 2015 on a 2008 server, it prompted me that I needed to install a newer version of Powershell. Doing that required a restart, and now I can't figure out how to get back to the upgrade wizard.
Upvotes: 1
Views: 1998
Reputation: 59055
You can run tfsmgmt.exe configure
to reopen the configuration wizard.
It should be located under C:\Program Files\Microsoft Team Foundation Server 14.0\Tools\
Upvotes: 5
Reputation: 90
I ran into the same thing but in my case got to the end and evidently my server needed rebooting (would be nice if it said that up front).
To get to the wizard:
Start TFS Admin console
Select the Application Tier node and then in the pane on the right select 'Configure Installed Features'
In the Configuration Center, left hand list, click the 'Upgrade' node.
Now you'll see a button on the lower right that says 'Start Wizard', which should get you back to where you were.
Upvotes: 4