PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, October 19, 2022

[FIXED] How do I reduce my TFS-Admin privileges when I work as a developer?

 October 19, 2022     admin, tfs     No comments   

Issue

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?


Solution

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.



Answered By - Assaf Stone
Answer Checked By - Mary Flores (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing