I’ve got admin privileges for TFS, but I also work as a developer in projects that I look after. In Linux-Land, I’d be a normal user and I’d switch to root when I needed to do some admin, how could I do the same re:TFS? Any ideas?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What you want to do is to create a second user who has admin rights, and give your own user normal (contributor) rights.
Then, you will run vs normally to use it as a developer, and run as TFS admin for administrative actions.
To do that, open command line, and use the runas command with the /netonly argument, sending the tfs admin credentials.