作为开发人员时,如何减少我的 TFS 管理员权限?
我拥有 TFS 的管理员权限,但我也在我负责的项目中担任开发人员。在 Linux-Land 中,我是一个普通用户,当我需要进行一些管理时我会切换到 root,我怎样才能做同样的 re:TFS?有什么想法吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您想要做的是创建第二个具有管理员权限的用户,并授予您自己的用户普通(贡献者)权限。
然后,您将正常运行 vs 以作为开发人员使用它,并以 TFS 管理员身份运行以执行管理操作。
为此,请打开命令行,并使用带 /netonly 参数的 runas 命令,发送 tfs 管理员凭据。
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.