When TFs is integrated, it must be executed on the TFS server.
Tfssecurity/g + "Team foundation service accounts" N: ALM \ rmtfsint allow/Server: http: // localhost: 8080/TFS
There are several problems
1. tfssecurity is in the tools folder of the TFS installation directory.
2. During execution, you must log on or access "group membership". You must check whether the server URL of TFS is localhost. If not, modify
3. Prompt that the team foundation service accounts cannot be parsed: if the Chinese version is installed, check "group membership" to confirm the group name, which may be "Team foundation service account"
4. Note that if it is a workgroup, the account in the connection identity should write the TFS machine prefix as the domain part.
Reference:
Http://social.technet.microsoft.com/wiki/contents/articles/26203.configure-tfs-connection-for-vs-2013-release-management.aspx
Www.microsoftvirtualacademy.com/training-courses/devops-visual-studio-release-management-jump-start
Integrated TFs for release management Installation