I forgot my TFS credentials but i m connected to the Azure server with visual studio can i get them back using visual studio ?
Asked
Active
Viewed 86 times
1 Answers
1
Visual Studio stores its credentials in the Windows Credential Manager. You can open up that PowerShell and extract it:

jessehouwing
- 106,458
- 22
- 256
- 341
-
actually we can retreive the credentials without powershell using "control panel > user accounts > credential manager" – A.HADDAD Nov 17 '20 at 19:52