January 2016
Intermediate to advanced
340 pages
7h 53m
English
TFS administrators are often required to publish and review user permissions. In this recipe, you will learn how to use the TFS object model to programmatically generate the security groups, members, permissions, and security settings of users in Team Projects in TFS.
Follow the steps in the Acquiring TFS object model from the NuGet Gallery recipe to create a project in Visual Studio and add the TFS NuGet packages to this project.
var tfs = TfsTeamProjectCollectionFactory .GetTeamProjectCollection(new Uri("http://tfs2015:8080/tfs")); ...Read now
Unlock full access