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 6da6a44 + f62231e commit fce435aCopy full SHA for fce435a
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
teams/teams-ps/teams/New-CsGroupPolicyAssignment.md
@@ -12,6 +12,8 @@ ms.reviewer:
12
13
## SYNOPSIS
14
15
+**Note:** Group policy assignment is currently not available in Microsoft 365 Government GCC High or DoD deployments.
16
+
17
This cmdlet is used to assign a policy to a security group or distribution list.
18
19
## SYNTAX
0 commit comments