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

Add ProjectName as a property on team member so it can be used further down the pipeline #17

Merged
merged 2 commits into from
Sep 16, 2017

Conversation

KeesV
Copy link
Contributor

@KeesV KeesV commented Sep 14, 2017

Add ProjectName as a property on team member so it can be used further down the pipeline.

For example:
Get-Project | Get-Team | Get-TeamMember | select projectName,team,displayName | Sort-Object -Property ProjectName,Team,displayName
This now gives a useful overview of team members in each team project / team in an account.

@DarqueWarrior DarqueWarrior merged commit 695f76a into MethodsAndPractices:master Sep 16, 2017
@DarqueWarrior
Copy link
Collaborator

I plan to publish this weekend. Thanks for the continued support.

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

Successfully merging this pull request may close these issues.

2 participants