You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/docs-conceptual/exchange-online-powershell-v2.md
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: About the Exchange Online PowerShell V3 module
3
3
ms.author: chrisda
4
4
author: chrisda
5
5
manager: deniseb
6
-
ms.date: 07/16/2024
6
+
ms.date: 09/25/2024
7
7
ms.audience: Admin
8
8
audience: Admin
9
9
ms.topic: article
@@ -47,7 +47,7 @@ REST API connections require the PowerShellGet and PackageManagement modules. Fo
47
47
48
48
Cmdlets in REST API connections have the following advantages over their historical counterparts:
49
49
50
-
-**More secure**: Built-in support for modern authentication and don't rely on the remote PowerShell session. PowerShell on your client computer doesn't need [Basic authentication in WinRM](#turn-on-basic-authentication-in-winrm).
50
+
-**More secure**: Built-in support for modern authentication and no dependence on the remote PowerShell session. PowerShell on your client computer doesn't need [Basic authentication in WinRM](#turn-on-basic-authentication-in-winrm).
51
51
-**More reliable**: Transient failures use built-in retries, so failures or delays are minimized. For example:
52
52
- Failures due to network delays.
53
53
- Delays due to large queries that take a long time to complete.
@@ -610,14 +610,20 @@ Unless otherwise noted, the current release of the Exchange Online PowerShell mo
610
610
611
611
### Current release
612
612
613
+
#### Version 3.6.0
614
+
615
+
-**Get-VivaModuleFeature** now returns information about the kinds of identities that the feature supports creating policies for (for example, users, groups, or the entire tenant).
616
+
- Cmdlets for Viva feature access management now handle continuous access evaluation (CAE) claim challenges.
617
+
- Added fix for compatibility issue with the Microsoft.Graph module.
618
+
619
+
### Previous releases
620
+
613
621
#### Version 3.5.1
614
622
615
623
- Bug fixes in **Get-EXOMailboxPermission** and **Get-EXOMailbox**.
616
624
- The module has been upgraded to run on .NET 8, replacing the previous version based on .NET 6.
617
625
- Enhancements in **Add-VivaModuleFeaturePolicy**.
Copy file name to clipboardExpand all lines: exchange/docs-conceptual/whats-new-in-the-exo-module.md
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: What's new in the Exchange Online PowerShell module
3
3
ms.author: chrisda
4
4
author: chrisda
5
5
manager: deniseb
6
-
ms.date: 07/16/2024
6
+
ms.date: 09/25/2024
7
7
ms.audience: Admin
8
8
audience: Admin
9
9
ms.topic: article
@@ -22,17 +22,23 @@ description: "Learn about the new features and functionality available in the la
22
22
23
23
This article lists new features in the Exchange Online PowerShell module that's used for connecting to Exchange Online PowerShell, Security & Compliance PowerShell, and standalone Exchange Online Protection (EOP) PowerShell. Features that are currently in preview are denoted with **(preview)**.
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Add-VivaModuleFeaturePolicy.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ Use the Add-VivaModuleFeaturePolicy cmdlet to add a new access policy for a spec
23
23
- Policies assigned to a specific user or group take priority over the policy assigned to the entire tenant when determining whether a feature/category is enabled. If a user has multiple policies assigned for a feature/category (directly as a user or member of a group), the most restrictive policy applies.
24
24
- If a category is disabled by category policies, all features under the category are disabled regardless of the policies set at the feature level.
25
25
- You can only update user controls at the feature policy level, not the category policy level.
26
+
- Some features only support policies that apply to the entire tenant, not specific users or groups. You can refer to supported policy scopes for a feature using the [Get-VivaModuleFeature](https://learn.microsoft.com/powershell/module/exchange/get-vivamodulefeature) cmdlet.
26
27
27
28
Some features include the option for user controls (user opt out). Refer to the feature documentation to see if user controls are available for the feature that you intend to set a policy for.
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Update-VivaModuleFeaturePolicy.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ Use the Update-VivaModuleFeaturePolicy cmdlet to update an access policy for a f
22
22
- You can't update a policy for a particular user or group to include the entire tenant if a policy for the entire tenant already exists for the feature. Only one tenant-wide policy is supported.
23
23
- Policies assigned to a specific user or group take priority over the policy assigned to the entire tenant when determining whether a feature/category is enabled. If a user has multiple policies assigned for a feature/category (directly as a user or member of a group), the most restrictive policy applies.
24
24
- You can only update user controls at the feature policy level, not the category policy level.
25
+
- Some features only support policies that apply to the entire tenant, not specific users or groups. You can refer to supported policy scopes for a feature using the [Get-VivaModuleFeature](https://learn.microsoft.com/powershell/module/exchange/get-vivamodulefeature) cmdlet.
25
26
26
27
Some features include the option for user controls (user opt out). Refer to the feature documentation to see if user controls are available for the feature that you intend to set a policy for.
This setting determines if users with the 'Full permissions' role can delete any group or meeting chat message within their tenant.
215
+
Possible values: True, False
216
+
217
+
```yaml
218
+
Type: Boolean
219
+
Parameter Sets: (All)
220
+
Aliases:
221
+
222
+
Required: False
223
+
Position: Named
224
+
Default value: None
225
+
Accept pipeline input: False
226
+
Accept wildcard characters: False
227
+
```
228
+
129
229
### -AllowGiphy
130
230
Determines whether a user is allowed to access and post Giphys. Set this to TRUE to allow. Set this FALSE to prohibit.
131
231
@@ -143,6 +243,38 @@ Accept pipeline input: False
143
243
Accept wildcard characters: False
144
244
```
145
245
246
+
### -AllowGiphyDisplay
247
+
Determines if Giphy images should be displayed that had been already sent or received in chat.
248
+
Possible values: True, False
249
+
250
+
```yaml
251
+
Type: Boolean
252
+
Parameter Sets: (All)
253
+
Aliases:
254
+
255
+
Required: False
256
+
Position: Named
257
+
Default value: None
258
+
Accept pipeline input: False
259
+
Accept wildcard characters: False
260
+
```
261
+
262
+
### -AllowGroupChatJoinLinks
263
+
This setting determines if users in a group chat can create and share join links for other users within the organization to join that chat.
264
+
Possible values: True, False
265
+
266
+
```yaml
267
+
Type: Boolean
268
+
Parameter Sets: (All)
269
+
Aliases:
270
+
271
+
Required: False
272
+
Position: Named
273
+
Default value: None
274
+
Accept pipeline input: False
275
+
Accept wildcard characters: False
276
+
```
277
+
146
278
### -AllowImmersiveReader
147
279
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.
148
280
@@ -188,8 +320,40 @@ Accept pipeline input: False
188
320
Accept wildcard characters: False
189
321
```
190
322
323
+
### -AllowPasteInternetImage
324
+
Determines if a user is allowed to paste internet-based images in compose.
325
+
Possible values: True, False
326
+
327
+
```yaml
328
+
Type: Boolean
329
+
Parameter Sets: (All)
330
+
Aliases:
331
+
332
+
Required: False
333
+
Position: Named
334
+
Default value: None
335
+
Accept pipeline input: False
336
+
Accept wildcard characters: False
337
+
```
338
+
191
339
### -AllowPriorityMessages
192
-
Determines whether a user is allowed to send priorities messages. Set this to TRUE to allow. Set this FALSE to prohibit.
340
+
Determines whether a user is allowed to send priority messages. Set this to TRUE to allow. Set this FALSE to prohibit.
341
+
342
+
```yaml
343
+
Type: Boolean
344
+
Parameter Sets: (All)
345
+
Aliases:
346
+
347
+
Required: False
348
+
Position: Named
349
+
Default value: None
350
+
Accept pipeline input: False
351
+
Accept wildcard characters: False
352
+
```
353
+
354
+
### -AllowSecurityEndUserReporting
355
+
This setting determines if users can report any security concern posted in message to their admin.
356
+
Possible values: True, False
193
357
194
358
```yaml
195
359
Type: Boolean
@@ -355,6 +519,22 @@ Accept pipeline input: False
355
519
Accept wildcard characters: False
356
520
```
357
521
522
+
### -AllowVideoMessages
523
+
This setting determines if users can create and send video messages.
524
+
Possible values: True, False
525
+
526
+
```yaml
527
+
Type: Boolean
528
+
Parameter Sets: (All)
529
+
Aliases:
530
+
531
+
Required: False
532
+
Position: Named
533
+
Default value: None
534
+
Accept pipeline input: False
535
+
Accept wildcard characters: False
536
+
```
537
+
358
538
### -AudioMessageEnabledType
359
539
Determines whether a user is allowed to send audio messages. Possible values are: ChatsAndChannels, ChatsOnly, Disabled.
360
540
@@ -520,6 +700,21 @@ Accept pipeline input: False
520
700
Accept wildcard characters: False
521
701
```
522
702
703
+
### -InOrganizationChatControl
704
+
This setting determines if chat regulation for internal communication in the tenant is allowed.
705
+
706
+
```yaml
707
+
Type: String
708
+
Parameter Sets: (All)
709
+
Aliases:
710
+
711
+
Required: False
712
+
Position: Named
713
+
Default value: None
714
+
Accept pipeline input: False
715
+
Accept wildcard characters: False
716
+
```
717
+
523
718
### -ReadReceiptsEnabledType
524
719
Use this setting to specify whether read receipts are user controlled, enabled for everyone, or disabled. Set this to UserPreference, Everyone or None.
0 commit comments