We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f4630c + 06ea587 commit c7e0bfeCopy full SHA for c7e0bfe
teams/teams-ps/teams/Get-Team.md
@@ -59,7 +59,7 @@ Returns the team that matches the specified MailNickName
59
```
60
PS> Get-Team -DisplayName "Sales and Marketing"
61
62
-Returns the team that matches the specified DisplayName
+Returns the team that includes the specified text in its DisplayName. (This acts as a filter rather than an exact match).
63
64
## PARAMETERS
65
0 commit comments