Skip to content

Commit a7617f9

Browse files
authored
Merge pull request MicrosoftDocs#5928 from get-itips/teamsoutputs
Adding output info
2 parents 737c49b + 84bdfd0 commit a7617f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

teams/teams-ps/teams/Get-TeamUser.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,16 @@ Get-TeamUser -GroupId <String> [-Role <String>] [<CommonParameters>]
2020
```
2121

2222
## DESCRIPTION
23+
Returns an array containing the UPN, UserId, Name and Role of users belonging to an specific GroupId.
2324

2425
## EXAMPLES
2526

2627
### Example 1
2728
```
2829
Get-TeamUser -GroupId 2f162b0e-36d2-4e15-8ba3-ba229cecdccf -Role Owner
2930
```
31+
This example returns the UPN, UserId, Name, and Role of the owners of the specified GroupId.
32+
3033

3134
## PARAMETERS
3235

0 commit comments

Comments
 (0)