Skip to content

Commit abfb7ec

Browse files
Merge branch 'main' into patch-1
2 parents cb38997 + 98fe88e commit abfb7ec

File tree

6 files changed

+20
-11
lines changed

6 files changed

+20
-11
lines changed

exchange/exchange-ps/exchange/Get-RetentionCompliancePolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ Accept wildcard characters: False
165165
```
166166
167167
### -RetentionRuleTypes
168-
The RetentionRuleTypes switch specifies whether to return the value of the RetentionRuleTypes property in the results. You don't need to specify a value with this switch.
168+
The RetentionRuleTypes switch specifies whether to return the value of the RetentionRuleTypes and HasRules properties in the results. You don't need to specify a value with this switch.
169169
170-
To see the RetentionRuleTypes property, you need to pipe the command to a formatting cmdlet. For example, `Get-RetentionCompliancePolicy -RetentionRuleTypes | Format-Table -Auto Name,RetentionRuleTypes`. If you don't use the RetentionRuleTypes switch, the value appears blank.
170+
To see the RetentionRuleTypes property, you need to pipe the command to a formatting cmdlet. For example, `Get-RetentionCompliancePolicy -RetentionRuleTypes | Format-Table -Auto Name,RetentionRuleTypes`. If you don't use the RetentionRuleTypes switch, the values RetentionRuleTypes appears blank and HasRules appears False.
171171

172172
```yaml
173173
Type: SwitchParameter

exchange/exchange-ps/exchange/Set-RetentionCompliancePolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ $stringJson = @"
169169
'EmailAddress': '[email protected]',
170170
'SiteId': '9b2a8116-b9ec-4e2c-bf31-7eaa83697c4b'
171171
},
172-
[{
172+
{
173173
'EmailAddress': '[email protected]',
174174
'SiteId': '4afb7116-b9ec-4b2c-bf31-4abb83697c4b'
175175
}]

teams/teams-ps/teams/Get-CsTeamsAppPermissionPolicy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Get-CsTeamsAppPermissionPolicy
66
schema: 2.0.0
77
ms.reviewer: mhayrapetyan
88
manager: prkosh
9-
ms.author: guptaashish
9+
ms.author: prkosh
1010
author: ashishguptaiitb
1111
---
1212

@@ -17,6 +17,8 @@ author: ashishguptaiitb
1717

1818
As an admin, you can use app permission policies to allow or block apps for your users. Learn more about the app permission policies at <https://learn.microsoft.com/microsoftteams/teams-app-permission-policies> and about app centric management at <https://learn.microsoft.com/microsoftteams/app-centric-management>.
1919

20+
**This is only applicable for tenants who have not been migrated to ACM or UAM.**
21+
2022
## SYNTAX
2123

2224
### Identity (Default)

teams/teams-ps/teams/New-CsTeamsAppPermissionPolicy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: New-CsTeamsAppPermissionPolicy
66
schema: 2.0.0
77
ms.reviewer: mhayrapetyan
88
manager: prkosh
9-
ms.author: guptaashish
9+
ms.author: prkosh
1010
author: ashishguptaiitb
1111
---
1212

@@ -18,6 +18,8 @@ author: ashishguptaiitb
1818

1919
As an admin, you can use app permission policies to allow or block apps for your users. Learn more about the app permission policies at <https://learn.microsoft.com/microsoftteams/teams-app-permission-policies> and about app centric management at <https://learn.microsoft.com/microsoftteams/app-centric-management>.
2020

21+
**This is only applicable for tenants who have not been migrated to ACM or UAM.**
22+
2123
## SYNTAX
2224

2325
```

teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,9 +1208,13 @@ Accept wildcard characters: False
12081208
```
12091209
12101210
### -ExplicitRecordingConsent
1211-
This setting will enable Tenant Admins to turn on/off Explicit Recording Consent feature.
1211+
Set participant agreement and notification for Recording, Transcript, Copilot in Teams meetings.
12121212
1213-
Possible Values: Enabled: Turns on the Explicit Recording Consent feature. Disabled: Turns off the Explicit Recording Consent feature.
1213+
Possible Values:
1214+
1215+
- Enabled: Explicit consent, requires participant agreement.
1216+
- Disabled: Implicit consent, does not require participant agreement.
1217+
- LegitimateInterest: Legitimate interest, less restrictive consent to meet legitimate interest without requiring explicit agreement from participants.
12141218
12151219
```yaml
12161220
Type: String

teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,12 +1264,13 @@ Accept wildcard characters: False
12641264
```
12651265
12661266
### -ExplicitRecordingConsent
1267+
Set participant agreement and notification for Recording, Transcript, Copilot in Teams meetings.
12671268
1268-
This setting will enable Tenant Admins to turn on/off Explicit Recording Consent feature.
1269+
Possible Values:
12691270
1270-
Possible Values:
1271-
Enabled: Turns on the Explicit Recording Consent feature.
1272-
Disabled: Turns off the Explicit Recording Consent feature.
1271+
- Enabled: Explicit consent, requires participant agreement.
1272+
- Disabled: Implicit consent, does not require participant agreement.
1273+
- LegitimateInterest: Legitimate interest, less restrictive consent to meet legitimate interest without requiring explicit agreement from participants.
12731274
12741275
```yaml
12751276
Type: String

0 commit comments

Comments
 (0)