Skip to content

Commit 57de3d0

Browse files
committed
Update New-AppRetentionCompliancePolicy.md
Applications values
1 parent 6091f92 commit 57de3d0

File tree

1 file changed

+23
-5
lines changed

1 file changed

+23
-5
lines changed

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

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,31 @@ Accept wildcard characters: False
104104
```
105105
106106
### -Applications
107-
The Applications parameter specifies the applications to include in the policy and is relevant only for the following location parameters:
107+
The Applications parameter specifies the applications to include in the policy. and is relevant only for the following location parameters:
108108
109-
- ExchangeLocation
110-
- ModernGroupLocation
111-
- AdaptiveScopeLocation
109+
This parameter uses the following syntax: `"LocationType:App1,LocationType:App2,...LocationType:AppN`:
112110
113-
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"`.
111+
`LocationType` is User or Group.
112+
113+
`App` is a supported value as shown in the following examples.
114+
115+
- **Microsoft 365 apps**: For example:
116+
117+
`"User:Exchange,User:OneDriveForBusiness,Group:Exchange,Group:SharePoint"` or `"User:MicrosoftTeams","User:VivaEngage"`
118+
119+
- **Microsoft Copilot experiences**: Currently in Preview. You must use *all* of the following values at the same time:
120+
121+
`"User:M365Copilot,CopilotForSecurity,CopilotinFabricPowerBI,CopilotStudio,CopilotinBusinessApplicationplatformsSales,SQLCopilot"`
122+
123+
**Note**: Even though you must use `CopilotinBusinessApplicationplatformsSales` and `SQLCopilot`, those values are currently irrelevant.
124+
125+
- **Enterprise AI apps**: Currently in Preview. You must use *all* of the following values at the same time:
126+
127+
`"User:Entrabased3PAIApps,ChatGPTEnterprise,AzureAIServices"`
128+
129+
- **Other AI apps**: Currently in Preview. You must use *all* of the following values at the same time:
130+
131+
`"User:CloudAIAppChatGPTConsumer,CloudAIAppGoogleGemini,BingConsumer,DeepSeek"`
114132

115133
```yaml
116134
Type: String[]

0 commit comments

Comments
 (0)