Skip to content

Commit 1dda6fe

Browse files
authored
Merge pull request MicrosoftDocs#7477 from rajgodwin/patch-1
Update Get-Team.md
2 parents 861cf5c + ca00900 commit 1dda6fe

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

teams/teams-ps/teams/Get-Team.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Get-Team [-User <String>] [-Archived <Boolean>] [-Visibility <String>] [-Display
3131
## DESCRIPTION
3232
This cmdlet supports retrieving teams with particular properties/information, including all teams that a specific user belongs to, all teams that have been archived, all teams with a specific display name, or all teams in the organization.
3333

34-
>[!NOTE]
35-
>Depending on the number of teams and O365 Groups in your organization and which filters you are using, this cmdlet can take upwards of ten minutes to run. Some of the input parameters are guaranteed unique (e.g. GroupId), and others serve as filters (e.g. -Archived).
34+
> [!NOTE]
35+
> Get-Team may return multiple results matching the input and not just the exact match for attributes like DisplayName/MailNickName. This is known behavior.
3636
3737
## EXAMPLES
3838

@@ -248,4 +248,3 @@ For more information, see about_CommonParameters (https://go.microsoft.com/fwlin
248248
[New-Team](new-team.md)
249249
250250
[Set-Team](set-team.md)
251-

0 commit comments

Comments
 (0)