I am implementing the team field as outlined in this document
http://msdn.microsoft.com/en-au/library/dn144940.aspx
I have had it working before and now I am looking to re-do the steps from scratch in a 2nd environment
though I have hit a wall at this part of the step
Change process configuration to reference the team fieldExport the ProcessConfiguration definition.
witadmin exportprocessconfig /collection:"http://MyServer:8080/tfs/DefaultCollection" /p:MyProject /f:Directory/ProcessConfiguration.xml
Replace System.AreaPath for the field used to specifytype="Team".
<TypeField refname="MyCompany.Team" type="Team" />
Import the definition file.
witadmin importprocessconfig /collection:"http://MyServer:8080/tfs/DefaultCollection" /p:MyProject /f:Directory/ProcessConfiguration.xml
I am getting an error
TF212001: exportprocessconfig is not a witadmin command. Type 'witadmin' and press Enter for a list of commands.
am I doing something wrong, looks like the config has changed? which processconfig should I be exporting?