I can export and import global list with witadmin.
witadmin exportgloballist /collection:http://imtfs:8080/tfs/DefaultCollection /f:c:\temp\globallist.xml
witadmin importgloballist /collection:http://imtfs:8080/tfs/DefaultCollection /f:c:\temp\globallist.xml
Can I do the same by code? Can I do it by C# with Microsoft.TeamFoundationServer.Client? Can I do it with REST?
