Skip to content

Commit 9b73f3e

Browse files
authored
Merge branch 'main' into patch-40
2 parents 77f66f4 + 39f5c80 commit 9b73f3e

File tree

3 files changed

+51
-12
lines changed

3 files changed

+51
-12
lines changed

exchange/exchange-ps/exchange/New-AppRetentionCompliancePolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Accept wildcard characters: False
106106
```
107107
108108
### -Applications
109-
The Applications parameter specifies the applications to include in the policy. and is relevant only for the following location parameters:
109+
The Applications parameter specifies the applications to include in the policy.
110110
111111
This parameter uses the following syntax: `"LocationType:App1,LocationType:App2,...LocationType:AppN`:
112112

exchange/exchange-ps/exchange/Set-AppRetentionCompliancePolicy.md

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ Set-AppRetentionCompliancePolicy [-Identity] <PolicyIdParameter>
108108
```
109109

110110
## DESCRIPTION
111+
\*-AppRetentionCompliance\* cmdlets are used for policies with adaptive policy scopes and all static policies in the locations described in [Retention cmdlets for newer locations](https://learn.microsoft.com/purview/retention-cmdlets#retention-cmdlets-for-newer-locations). You can only set the list of included or excluded scopes for all included workloads, which means you likely need to create one policy per workload.
112+
113+
\*-RetentionCompliance\* cmdlets continue to primarily support the locations described in [Retention cmdlets for older locations](https://learn.microsoft.com/purview/retention-cmdlets#retention-cmdlets-for-older-locations).
114+
111115
To use this cmdlet in Security & Compliance PowerShell, you need to be assigned permissions. For more information, see [Permissions in the Microsoft Purview compliance portal](https://learn.microsoft.com/purview/microsoft-365-compliance-center-permissions).
112116

113117
## EXAMPLES
@@ -322,13 +326,31 @@ Accept wildcard characters: False
322326
```
323327

324328
### -Applications
325-
The Applications parameter specifies the applications to include and is relevant only for the following location parameters:
329+
The Applications parameter specifies the applications to include in the policy.
330+
331+
This parameter uses the following syntax: `"LocationType:App1,LocationType:App2,...LocationType:AppN`:
332+
333+
`LocationType` is User or Group.
334+
335+
`App` is a supported value as shown in the following examples.
336+
337+
- **Microsoft 365 apps**: For example:
338+
339+
`"User:Exchange,User:OneDriveForBusiness,Group:Exchange,Group:SharePoint"` or `"User:MicrosoftTeams","User:VivaEngage"`
340+
341+
- **Microsoft Copilot experiences**: Currently in Preview. You must use *all* of the following values at the same time:
342+
343+
`"User:M365Copilot,CopilotForSecurity,CopilotinFabricPowerBI,CopilotStudio,CopilotinBusinessApplicationplatformsSales,SQLCopilot"`
344+
345+
**Note**: Even though you must use `CopilotinBusinessApplicationplatformsSales` and `SQLCopilot`, those values are currently irrelevant.
346+
347+
- **Enterprise AI apps**: Currently in Preview. You must use *all* of the following values at the same time:
348+
349+
`"User:Entrabased3PAIApps,ChatGPTEnterprise,AzureAIServices"`
326350

327-
- ExchangeLocation
328-
- ModernGroupLocation
329-
- AdaptiveScopeLocation
351+
- **Other AI apps**: Currently in Preview. You must use *all* of the following values at the same time:
330352

331-
This parameter uses the following syntax: `"LocationtType:App1,LocationType:App2,...LocationType:AppN` where LocationType is User or Group. For example, `"User:Exchange,User:OneDriveForBusiness,Group:Exchange,Group:SharePoint"` or `"User:MicrosoftTeams","User:VivaEngage"`.
353+
`"User:CloudAIAppChatGPTConsumer,CloudAIAppGoogleGemini,BingConsumer,DeepSeek"`
332354

333355
```yaml
334356
Type: String[]

exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1750,7 +1750,12 @@ Accept wildcard characters: False
17501750
### -OutlookNewslettersAccessLevel
17511751
This parameter is available only in the cloud-based service.
17521752

1753-
{{ Fill OutlookNewslettersAccessLevel Description }}
1753+
The OutlookNewslettersAccessLevelAccess parameter specifies the access level in Outlook Newsletters. Valid values are:
1754+
1755+
- NoAccess: No access to Outlook Newsletters in the New Outlook for Windows or Outlook on the web. Users can still read email messages sent or forwarded to them.
1756+
- ReadOnly: Read newsletters and browse pages in Outlook Newsletters.
1757+
- ReadWrite: Full authoring permissions to create pages and newsletters in Outlook Newsletters.
1758+
- Undefined: This is the default value. Currently, this value is equivalent to NoAccess.
17541759

17551760
```yaml
17561761
Type: OutlookNewslettersAccessLevel
@@ -1768,9 +1773,9 @@ Accept wildcard characters: False
17681773
### -OutlookDataFile
17691774
This parameter is available only in the cloud-based service.
17701775

1771-
The OutlookDataFile paramater specifies what users can do with .pst files in the new Outlook for Windows. Valid values are:
1776+
The OutlookDataFile parameter specifies what users can do with .pst files in the new Outlook for Windows. Valid values are:
17721777

1773-
- Allow: The defaul value. Users can open .pst files, import from a .pst file to a mailbox, export from a mailbox to a .pst file, and copy items to and from .pst files.
1778+
- Allow: The default value. Users can open .pst files, import from a .pst file to a mailbox, export from a mailbox to a .pst file, and copy items to and from .pst files.
17741779
- NoExport: Users can't export from a mailbox to a .pst file.
17751780
- NoExportNoGrow: Users can't export from a mailbox to a .pst file, or copy items from a mailbox to a .pst file.
17761781
- NoExportNoOpen: Users can't export from a mailbox to a .pst file, or open new .pst files.
@@ -1793,7 +1798,12 @@ Accept wildcard characters: False
17931798
### -OutlookNewslettersReactions
17941799
This parameter is available only in the cloud-based service.
17951800

1796-
{{ Fill OutlookNewslettersReactions Description }}
1801+
The OutlookNewslettersReactions parameter specifies whether reactions are enabled in Outlook Newsletters. Readers can react to individual sections or the entire newsletter. They can also comment using integrated controls at the end of the newsletter. Valid values are:
1802+
1803+
- DefaultOff: The controls are turned off.
1804+
- DefaultOn: The controls are turned on.
1805+
- Disabled: The controls are disabled for users.
1806+
- Undefined: This is the default value.
17971807

17981808
```yaml
17991809
Type: OutlookNewslettersFeatureState
@@ -1811,7 +1821,14 @@ Accept wildcard characters: False
18111821
### -OutlookNewslettersShowMore
18121822
This parameter is available only in the cloud-based service.
18131823

1814-
{{ Fill OutlookNewslettersShowMore Description }}
1824+
The OutlookNewslettersShowMore parameter specifies whether recommendations to other Outlook Newsletters are included in the footer of published newsletter editions. Valid values are:
1825+
1826+
- DefaultOff: Recommendations are turned off.
1827+
- DefaultOn: Recommendations are turned on.
1828+
- Disabled: Recommendations are disabled for users.
1829+
- Undefined: This is the default value.
1830+
1831+
Authors can disable these recommendations for each individual newsletter edition, or admins can use this parameter to globally disable these recommendations.
18151832

18161833
```yaml
18171834
Type: OutlookNewslettersFeatureState
@@ -1830,7 +1847,7 @@ Accept wildcard characters: False
18301847
The OWALightEnabled parameter controls the availability of the light version of Outlook on the web. Valid values are:
18311848

18321849
- $true: The light version of Outlook on the web is available. This is the default value.
1833-
- $false: The light version of Outlook on the web is isn't available. This setting prevents access to Outlook on the web for unsupported browsers that can only use the light version of Outlook on the web.
1850+
- $false: The light version of Outlook on the web isn't available. This setting prevents access to Outlook on the web for unsupported browsers that can only use the light version of Outlook on the web.
18341851

18351852
```yaml
18361853
Type: Boolean

0 commit comments

Comments
 (0)