Skip to content

Commit 1efed7c

Browse files
Merge pull request #12714 from MicrosoftDocs/main
[AutoPublish] main to live - 05/01 22:33 PDT | 05/02 11:03 IST
2 parents cf99a57 + 3751816 commit 1efed7c

File tree

2 files changed

+28
-6
lines changed

2 files changed

+28
-6
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[]

0 commit comments

Comments
 (0)