Skip to content

Commit 94baae3

Browse files
authored
Merge pull request MicrosoftDocs#4370 from MicrosoftDocs/master
Merges Master to Live. See commits for details.
2 parents 96ebca3 + d001a30 commit 94baae3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

exchange/exchange-ps/exchange/policy-and-compliance-retention/New-ComplianceTag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Accept wildcard characters: False
218218
```
219219
220220
### -Notes
221-
The Notes parameter specifies an optional note. If you specify a value that contains spaces, enclose the value in quotation marks ("), for example: "This is a user note".
221+
The Notes parameter specifies additional information about the object. If the value contains spaces, enclose the value in quotation marks (").
222222
223223
```yaml
224224
Type: String

skype/skype-ps/skype/Grant-CsTeamsMessagingPolicy.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ PS C:\> Grant-CsTeamsMessagingPolicy -identity "Ken Myer" -PolicyName StudentMes
4141

4242
In this example, a user with identity "Ken Myer" is being assigned the StudentMessagingPolicy
4343

44+
### Example 2
45+
```powershell
46+
PS C:\> Get-CsOnlineUser -Filter {Department -eq 'Executive Management'} | Grant-CsTeamsMessagingPolicy -PolicyName "ExecutivesPolicy"
47+
```
48+
49+
In this example, the ExecutivesPolicy is being assigned to a whole department by piping the result of Get-CsOnlineUser cmdlet
50+
4451
## PARAMETERS
4552

4653
### -Confirm

0 commit comments

Comments
 (0)