Skip to content

Commit d25ab89

Browse files
authored
Merge branch 'main' into patch-5
2 parents 1f59750 + b0058d8 commit d25ab89

6 files changed

+20
-5
lines changed

exchange/exchange-ps/exchange/Get-AuthenticationPolicy.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,8 @@ The AllowLegacyExchangeTokens switch specifies whether legacy Exchange tokens ar
8181
8282
Legacy Exchange tokens include Exchange user identity and callback tokens.
8383
84-
This switch also specifies a date and time sometime within the past seven days when an add-in was either allowed or blocked from acquiring a token.
85-
8684
**Important**:
8785
88-
- An update is being deployed to enable the AllowLegacyExchangeTokens switch to specify any add-in that requested an Exchange token from the last seven days. For more information, see [Get the status of legacy Exchange Online tokens and add-ins that use them](https://learn.microsoft.com/office/dev/add-ins/outlook/turn-exchange-tokens-on-off#get-the-status-of-legacy-exchange-online-tokens-and-add-ins-that-use-them).
8986
- The AllowLegacyExchangeTokens switch returns `Not Set` if tokens haven't been explicitly allowed or blocked in your organization using the _AllowLegacyExchangeTokens_ or _BlockLegacyExchangeTokens_ parameters on the **Set-AuthenticationPolicy** cmdlet. For more information, see [Get the status of legacy Exchange Online tokens and add-ins that use them](https://learn.microsoft.com/office/dev/add-ins/outlook/turn-exchange-tokens-on-off#get-the-status-of-legacy-exchange-online-tokens-and-add-ins-that-use-them).
9087
- As of February 17 2025, legacy Exchange tokens are blocked by default in all cloud-based organizations. Although tokens are blocked by default, the AllowLegacyExchangeTokens switch still returns `Not Set` if you haven't used the _AllowLegacyExchangeTokens_ or _BlockLegacyExchangeTokens_ parameters on the **Set-AuthenticationPolicy** cmdlet. For more information, see [Nested app authentication and Outlook legacy tokens deprecation FAQ](https://learn.microsoft.com/office/dev/add-ins/outlook/faq-nested-app-auth-outlook-legacy-tokens#what-is-the-timeline-for-shutting-down-legacy-exchange-online-tokens).
9188

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2195,6 +2195,8 @@ The SetPhotoEnabled parameter specifies whether users can add, change, and remov
21952195
- $true: Users can manage their photos in Outlook on the web. This is the default value.
21962196
- $false: Users can't manage their user photo in Outlook on the web.
21972197

2198+
**Note**: To control whether users can update photos for Exchange Online, see [Configure User Administrator support for profile photo updates](https://learn.microsoft.com/graph/profilephoto-configure-settings#configure-user-administrator-support-for-profile-photo-updates).
2199+
21982200
```yaml
21992201
Type: Boolean
22002202
Parameter Sets: (All)

teams/teams-ps/teams/New-CsTeamsCallingPolicy.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,10 @@ Accept wildcard characters: False
671671
```
672672

673673
### -RealTimeText
674-
Allows users to use real time text during a meeting, allowing them to communicate by typing their messages in real time.
674+
>[!NOTE]
675+
>This feature has not been released yet and will have no changes if it is enabled or disabled.
676+
677+
Allows users to use real time text during a call, allowing them to communicate by typing their messages in real time.
675678

676679
Possible Values:
677680
- Enabled: User is allowed to turn on real time text.
@@ -681,6 +684,7 @@ Possible Values:
681684
Type: String
682685
Parameter Sets: (All)
683686
Aliases:
687+
Applicable: Microsoft Teams
684688
685689
Required: False
686690
Position: Named

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1890,6 +1890,9 @@ Accept wildcard characters: False
18901890
```
18911891

18921892
### -RealTimeText
1893+
>[!NOTE]
1894+
>This feature has not been released yet and will have no changes if it is enabled or disabled.
1895+
18931896
Allows users to use real time text during a meeting, allowing them to communicate by typing their messages in real time.
18941897

18951898
Possible Values:
@@ -1900,6 +1903,7 @@ Possible Values:
19001903
Type: String
19011904
Parameter Sets: (All)
19021905
Aliases:
1906+
Applicable: Microsoft Teams
19031907
19041908
Required: False
19051909
Position: Named

teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,10 @@ Accept wildcard characters: False
675675
```
676676

677677
### -RealTimeText
678-
Allows users to use real time text during a meeting, allowing them to communicate by typing their messages in real time.
678+
>[!NOTE]
679+
>This feature has not been released yet and will have no changes if it is enabled or disabled.
680+
681+
Allows users to use real time text during a call, allowing them to communicate by typing their messages in real time.
679682

680683
Possible Values:
681684
- Enabled: User is allowed to turn on real time text.
@@ -685,6 +688,7 @@ Possible Values:
685688
Type: String
686689
Parameter Sets: (All)
687690
Aliases:
691+
Applicable: Microsoft Teams
688692
689693
Required: False
690694
Position: Named

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1960,6 +1960,9 @@ Accept wildcard characters: False
19601960
```
19611961

19621962
### -RealTimeText
1963+
>[!NOTE]
1964+
>This feature has not been released yet and will have no changes if it is enabled or disabled.
1965+
19631966
Allows users to use real time text during a meeting, allowing them to communicate by typing their messages in real time.
19641967

19651968
Possible Values:
@@ -1970,6 +1973,7 @@ Possible Values:
19701973
Type: String
19711974
Parameter Sets: (All)
19721975
Aliases:
1976+
Applicable: Microsoft Teams
19731977
19741978
Required: False
19751979
Position: Named

0 commit comments

Comments
 (0)