Can I open the VS2017 with a different user than the one I placed in the installation?

2

Can I open the VS2017 with a user other than the one I put into the installation? Because I'm trying to get in with a new user that was given to me in the company. This new user is my user in AD and with it I access the TFS as with the current user (MicroSoft user used in the TFS installation). Note that the trick is my private one and does not give it company, so two different users.

    
asked by anonymous 21.12.2017 / 16:45

1 answer

1

Are you using Visual Studio Pro? If yes, there is no need to connect with your Microsoft account in Visual Studio, it allows you to use all the features of VS without the need for authentication.

However, if you need to authenticate to use multiple Microsoft accounts, you can follow the step-by-step instructions on the Microsoft website: link

If you are using Visual Studio Community, authentication is required and you can use only one user account per license.

    
21.12.2017 / 17:42