TFSSecurity执行问题

时间:2014-07-30 15:19:01

标签: tfs command-line-interface

我尝试使用命令行工具在TFS中的项目中创建成员组。不幸的是,由于某种原因,我不断将错误与范围参数相关联。

TFSSecurity.exe /gc "http://mytfshost:8080/tfs/collectionName/Some Project Name" "Group Name" /collection:http://mytfshost:8080/tfs/collectionNam

错误包含以下信息:

Error: TF50620: The Team Foundation identity scope http://mytfshost:8080/tfs/collectionName/Some Project Name does not exist

1 个答案:

答案 0 :(得分:2)

您需要为项目指定内部项目URI;您不能简单地将项目名称附加到公共集合URI。这将采用vstfs://方案,并在最后具有项目GUID。

来自the documentation

  

要获取团队项目的URI,请打开团队资源管理器,右键单击团队项目,单击“属性”,然后复制URL属性的整个值。