Skip to content

Commit f63c7d8

Browse files
authored
Merge branch 'master' into master
2 parents c1d6cdc + 0a254f7 commit f63c7d8

File tree

1 file changed

+111
-32
lines changed

1 file changed

+111
-32
lines changed

skype/skype-ps/skype/Set-CsTeamsMessagingPolicy.md

Lines changed: 111 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ The CsTeamsMessagingPolicy cmdlets enable administrators to control if a user is
2222
Set-CsTeamsMessagingPolicy [-Tenant <Guid>] [-Description <String>] [-AllowUrlPreviews <Boolean>]
2323
[-AllowOwnerDeleteMessage <Boolean>] [-AllowUserEditMessage <Boolean>] [-AllowUserDeleteMessage <Boolean>]
2424
[-AllowUserChat <Boolean>] [-AllowGiphy <Boolean>] [-GiphyRatingType <String>] [-AllowMemes <Boolean>]
25-
[-AllowStickers <Boolean>] [-AllowUserTranslation <Boolean>] [-ReadReceiptsEnabledType <String>]
25+
[-AllowStickers <Boolean>] [-AllowUserTranslation <Boolean>] [-AllowImmersiveReader <Boolean>]
26+
[-AllowRemoveUser <Boolean>] [-AllowPriorityMessages <Boolean>] [-ReadReceiptsEnabledType <String>]
27+
[-AudioMessageEnabledType <AudioMessageEnabledTypeEnum>] [-ChannelsInChatListEnabledType <ChannelsInChatListEnabledTypeEnum>]
2628
[[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2729
```
2830

@@ -31,7 +33,9 @@ Set-CsTeamsMessagingPolicy [-Tenant <Guid>] [-Description <String>] [-AllowUrlPr
3133
Set-CsTeamsMessagingPolicy [-Tenant <Guid>] [-Description <String>] [-AllowUrlPreviews <Boolean>]
3234
[-AllowOwnerDeleteMessage <Boolean>] [-AllowUserEditMessage <Boolean>] [-AllowUserDeleteMessage <Boolean>]
3335
[-AllowUserChat <Boolean>] [-AllowGiphy <Boolean>] [-GiphyRatingType <String>] [-AllowMemes <Boolean>]
34-
[-AllowStickers <Boolean>] [-AllowUserTranslation <Boolean>] [-ReadReceiptsEnabledType <String>]
36+
[-AllowStickers <Boolean>] [-AllowUserTranslation <Boolean>] [-AllowImmersiveReader <Boolean>]
37+
[-AllowRemoveUser <Boolean>] [-AllowPriorityMessages <Boolean>] [-ReadReceiptsEnabledType <String>]
38+
[-AudioMessageEnabledType <AudioMessageEnabledTypeEnum>] [-ChannelsInChatListEnabledType <ChannelsInChatListEnabledTypeEnum>]
3539
[-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3640
```
3741

@@ -77,6 +81,21 @@ Accept pipeline input: False
7781
Accept wildcard characters: False
7882
```
7983
84+
### -AllowImmersiveReader
85+
Determines whether a user is allowed to use Immersive Reader for reading conversation messages. Set this to TRUE to allow. Set this FALSE to prohibit.
86+
87+
```yaml
88+
Type: Boolean
89+
Parameter Sets: (All)
90+
Aliases:
91+
92+
Required: False
93+
Position: Named
94+
Default value: None
95+
Accept pipeline input: False
96+
Accept wildcard characters: False
97+
```
98+
8099
### -AllowMemes
81100
Determines whether a user is allowed to access and post memes. Set this to TRUE to allow. Set this FALSE to prohibit.
82101
@@ -107,6 +126,36 @@ Accept pipeline input: False
107126
Accept wildcard characters: False
108127
```
109128
129+
### -AllowPriorityMessages
130+
Determines whether a user is allowed to send priorities messages. Set this to TRUE to allow. Set this FALSE to prohibit.
131+
132+
```yaml
133+
Type: Boolean
134+
Parameter Sets: (All)
135+
Aliases:
136+
137+
Required: False
138+
Position: Named
139+
Default value: None
140+
Accept pipeline input: False
141+
Accept wildcard characters: False
142+
```
143+
144+
### -AllowRemoveUser
145+
Determines whether a user is allowed to remove a user from a conversation. Set this to TRUE to allow. Set this FALSE to prohibit.
146+
147+
```yaml
148+
Type: Boolean
149+
Parameter Sets: (All)
150+
Aliases:
151+
152+
Required: False
153+
Position: Named
154+
Default value: None
155+
Accept pipeline input: False
156+
Accept wildcard characters: False
157+
```
158+
110159
### -AllowStickers
111160
Determines whether a user is allowed to access and post stickers. Set this to TRUE to allow. Set this FALSE to prohibit.
112161
@@ -182,6 +231,51 @@ Accept pipeline input: False
182231
Accept wildcard characters: False
183232
```
184233
234+
### -AllowUrlPreviews
235+
Use this setting to turn automatic URL previewing on or off in messages. Set this to TRUE to turn on. Set this to FALSE to turn off.
236+
237+
```yaml
238+
Type: Boolean
239+
Parameter Sets: (All)
240+
Aliases:
241+
242+
Required: False
243+
Position: Named
244+
Default value: None
245+
Accept pipeline input: False
246+
Accept wildcard characters: False
247+
```
248+
249+
### -AudioMessageEnabledType
250+
Determines whether a user is allowed to send audio messages. Possible values are: ChatsAndChannels, ChatsOnly, Disabled.
251+
252+
```yaml
253+
Type: AudioMessageEnabledTypeEnum
254+
Parameter Sets: (All)
255+
Aliases:
256+
257+
Required: False
258+
Position: Named
259+
Default value: None
260+
Accept pipeline input: False
261+
Accept wildcard characters: False
262+
```
263+
264+
### -ChannelsInChatListEnabledType
265+
Possible values are: DisabledUserOverride, EnabledUserOverride.
266+
267+
```yaml
268+
Type: ChannelsInChatListEnabledTypeEnum
269+
Parameter Sets: (All)
270+
Aliases:
271+
272+
Required: False
273+
Position: Named
274+
Default value: None
275+
Accept pipeline input: False
276+
Accept wildcard characters: False
277+
```
278+
185279
### -Confirm
186280
Prompts you for confirmation before running the cmdlet.
187281
@@ -274,6 +368,21 @@ Accept pipeline input: False
274368
Accept wildcard characters: False
275369
```
276370
371+
### -ReadReceiptsEnabledType
372+
Use this setting to specify whether read receipts are user controlled, enabled for everyone, or disabled. Set this to UserPreference, Everyone or None.
373+
374+
```yaml
375+
Type: String
376+
Parameter Sets: (All)
377+
Aliases:
378+
379+
Required: False
380+
Position: Named
381+
Default value: None
382+
Accept pipeline input: False
383+
Accept wildcard characters: False
384+
```
385+
277386
### -Tenant
278387
Globally unique identifier (GUID) of the tenant account whose external user communication policy are being created. For example:
279388
@@ -313,36 +422,6 @@ Accept pipeline input: False
313422
Accept wildcard characters: False
314423
```
315424
316-
### -AllowUrlPreviews
317-
Use this setting to turn automatic URL previewing on or off in messages. Set this to TRUE to turn on. Set this to FALSE to turn off.
318-
319-
```yaml
320-
Type: Boolean
321-
Parameter Sets: (All)
322-
Aliases:
323-
324-
Required: False
325-
Position: Named
326-
Default value: None
327-
Accept pipeline input: False
328-
Accept wildcard characters: False
329-
```
330-
331-
### -ReadReceiptsEnabledType
332-
Use this setting to specify whether read receipts are user controlled, enabled for everyone, or disabled. Set this to UserPreference, Everyone or None.
333-
334-
```yaml
335-
Type: String
336-
Parameter Sets: (All)
337-
Aliases:
338-
339-
Required: False
340-
Position: Named
341-
Default value: None
342-
Accept pipeline input: False
343-
Accept wildcard characters: False
344-
```
345-
346425
## INPUTS
347426
348427
### System.Management.Automation.PSObject

0 commit comments

Comments
 (0)