|
This may be trivial. I am trying the following in order to delete a user from a TFS Project that I created:
C:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\Tools>tfssecurity /server:ServerName /g- [TFS Project Name]\Project Administrators n:DomainName\username
I keep on getting :
Error: The identity cannot be resolved.
Also, can someone give me the syntax of deleting a user from the licensed user list for TFS workgroup.
|