Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get-TfsTeamProjectMember #59

Open
igoravl opened this issue Oct 14, 2016 · 0 comments
Open

Get-TfsTeamProjectMember #59

igoravl opened this issue Oct 14, 2016 · 0 comments
Milestone

Comments

@igoravl
Copy link
Owner

igoravl commented Oct 14, 2016

List the members (groups or users) of a given Team Project

Should prompt for:

  • Type (User / Group)
  • Filter ("like" on user/group name)
  • Scope (Child / Descendant). Descendant should recursively process group membership

Should return:

  • User/group name
  • List of group a user/group is member of (if -Scope Descendant)

Example use case:

Which team projects is a given user member of?

$user = "John Doe"
Get-TfsTeamProject | ? { Get-TfsTeamProjectMember -Type User -Scope Descendant -Filter $user }
@igoravl igoravl modified the milestone: 1.1.0 Dec 24, 2016
@igoravl igoravl modified the milestones: 1.1.0, Futures Nov 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant