Skip to content

Sample code to display all groups and membership of a Team Foundation Server (TFS) or Visual Studio Online (VSO) collection.

License

Notifications You must be signed in to change notification settings

scotkelly/Display-Groups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Display Groups

This project is a code sample to show how to list all groups and membership of a Team Foundation Server (TFS) or Visual Studio Team Services (VSTS) collection.

This is a command-line application, and the output can be redirected to a text file.

Example usage:

DisplayGroups.exe https://myserver.visualstudio.com/DefaultCollection

To redirect the output to a text file:
DisplayGroups.exe https://myserver.visualstudio.com/DefaultCollection >GroupsAndMembers.txt

Here is an example of the output that you would see:

Members of group: [DefaultCollection]\Project Collection Administrators


vstfs:///Framework/IdentityDomain/bzz2ec97-f70a-4374-9037-9492666f000f\Team Foundation Administrators
vstfs:///Framework/Generic/dd9075cf-d538-43d5-807f-3c7dba3a9k52\Project Collection Service Accounts
[email protected]
[email protected]
LOCAL AUTHORITY\TeamFoundationService (TEAM FOUNDATION)
[email protected]
[email protected]

Members of group: [TEAM FOUNDATION]\Team Foundation Invited Users


[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]

About

Sample code to display all groups and membership of a Team Foundation Server (TFS) or Visual Studio Online (VSO) collection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages