Skip to content

Commit ff9e8d2

Browse files
authored
Merge pull request #12012 from MicrosoftDocs/chrisda
Chrisda to Main
2 parents 4681d92 + 2fb9420 commit ff9e8d2

File tree

2 files changed

+10
-29
lines changed

2 files changed

+10
-29
lines changed

exchange/exchange-ps/exchange/New-AuthenticationPolicy.md

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ New-AuthenticationPolicy [[-Name] <String>]
3434
[-AllowBasicAuthRpc]
3535
[-AllowBasicAuthSmtp]
3636
[-AllowBasicAuthWebServices]
37-
[-AllowLegacyExchangeTokens]
3837
[-BlockLegacyAuthActiveSync]
3938
[-BlockLegacyAuthAutodiscover]
4039
[-BlockLegacyAuthImap]
@@ -333,33 +332,6 @@ Accept pipeline input: False
333332
Accept wildcard characters: False
334333
```
335334
336-
### -AllowLegacyExchangeTokens
337-
This parameter is available only in the cloud-based service.
338-
339-
The AllowLegacyExchangeTokens switch specifies whether to allow legacy Exchange tokens. You don't need to specify a value with this switch.
340-
341-
Legacy Exchange tokens (for example, Exchange user identity and callback tokens) are used by Outlook add-ins.
342-
343-
**Important**:
344-
345-
- The Microsoft Report Message and Report Phishing add-ins require legacy Exchange tokens to work.
346-
- Legacy Exchange tokens will eventually be blocked by default in all cloud-based organizations.
347-
348-
For more information about the Report Message and Report Phishing add-ins, see [Enable the Microsoft Report Message or the Report Phishing add-ins](https://learn.microsoft.com/microsoft-365/security/office-365-security/submissions-users-report-message-add-in-configure).
349-
350-
```yaml
351-
Type: SwitchParameter
352-
Parameter Sets: (All)
353-
Aliases:
354-
Applicable: Exchange Online, Exchange Online Protection
355-
356-
Required: False
357-
Position: Named
358-
Default value: True
359-
Accept pipeline input: False
360-
Accept wildcard characters: False
361-
```
362-
363335
### -BlockLegacyAuthActiveSync
364336
This parameter is available only in on-premises Exchange.
365337

exchange/exchange-ps/exchange/Remove-AuthenticationPolicy.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,16 @@ Accept wildcard characters: False
6666
### -AllowLegacyExchangeTokens
6767
This parameter is available only in the cloud-based service.
6868
69-
This parameter is reserved for internal Microsoft use.
69+
The AllowLegacyExchangeTokens switch specifies whether to allow legacy Exchange tokens. You don't need to specify a value with this switch.
70+
71+
Legacy Exchange tokens (for example, Exchange user identity and callback tokens) are used by Outlook add-ins.
72+
73+
**Important**:
74+
75+
- The Microsoft Report Message and Report Phishing add-ins require legacy Exchange tokens to work.
76+
- Legacy Exchange tokens will eventually be blocked by default in all cloud-based organizations.
77+
78+
For more information on the Report Message and Report Phishing add-ins, see [Enable the Microsoft Report Message or the Report Phishing add-ins](https://learn.microsoft.com/microsoft-365/security/office-365-security/submissions-users-report-message-add-in-configure).
7079
7180
```yaml
7281
Type: SwitchParameter

0 commit comments

Comments
 (0)