Skip to content

Commit fce435a

Browse files
committed
Merge branch 'master' into CalSync-chrisda
2 parents 6da6a44 + f62231e commit fce435a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Returns the team that matches the specified MailNickName
5959
```
6060
PS> Get-Team -DisplayName "Sales and Marketing"
6161
```
62-
Returns the team that matches the specified DisplayName
62+
Returns the team that includes the specified text in its DisplayName. (This acts as a filter rather than an exact match).
6363

6464
## PARAMETERS
6565

teams/teams-ps/teams/New-CsGroupPolicyAssignment.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.reviewer:
1212

1313
## SYNOPSIS
1414

15+
**Note:** Group policy assignment is currently not available in Microsoft 365 Government GCC High or DoD deployments.
16+
1517
This cmdlet is used to assign a policy to a security group or distribution list.
1618

1719
## SYNTAX

0 commit comments

Comments
 (0)