0

I forgot my TFS credentials but i m connected to the Azure server with visual studio can i get them back using visual studio ?

enter image description here

A.HADDAD
  • 1,809
  • 4
  • 26
  • 51

1 Answers1

1

Visual Studio stores its credentials in the Windows Credential Manager. You can open up that PowerShell and extract it:

See: https://stackoverflow.com/a/62494685/736079

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