Skip to content

Commit 54121be

Browse files
committed
Resolve GitHub issue
1 parent 1043f89 commit 54121be

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

microsoftgraph/docs-conceptual/get-started.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,11 @@ Now use the user's Id as a parameter to the `Get-MgUserJoinedTeam` command.
119119
Get-MgUserJoinedTeam -UserId $user.Id
120120
```
121121

122-
Just like the `Get-MgUser` command, this command gives a list of teams. Select one of the user's joined teams and copy its `Id`.
122+
Just like the `Get-MgUser` command, this command gives a list of teams. Select one of the user's joined teams and copy its `Id`, to use in the next command.
123+
124+
```powershell
125+
$team = Get-MgTeam -TeamId ID_FROM_PREVIOUS_STEP
126+
```
123127

124128
### List team channels
125129

0 commit comments

Comments
 (0)