I'm using TFS 2017 and trying to add a member to Project Collection Service Accounts with the tfssecurity utility as follows:
tfssecurity /server:"<https://myserverurl>" /m "[MyCollection]\Project Collection Service Accounts" "mydomains\myaccount"
I'm getting this error:
Error: TF50621: The Team Foundation group that you wish to manage is not owned by service host TEAM FOUNDATION, it is owned by . Please target your request at the correct host.
Any ideas? I'm trying to add the service account that my build agents services are using.
The reason I'm trying to do this is that my agent shows idle but it not picking up queued jobs. This is a new deployment of TFS2017 and I'm doing the initial configuration of the server/agents/etc
.