Skip to content

Commit cc4a14a

Browse files
authored
Merge pull request #12013 from MicrosoftDocs/main
Publishing main to live, Friday 10:30AM PDT, 07/19
2 parents 85ffed4 + f8e560b commit cc4a14a

File tree

3 files changed

+10
-46
lines changed

3 files changed

+10
-46
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

exchange/exchange-ps/exchange/Set-Place.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ Set-Place [-Identity] <RecipientIdParameter>
3232
[-City <String>]
3333
[-Confirm]
3434
[-CountryOrRegion <CountryInfo>]
35-
[-Desks <RecipientIdParameter[]>]
3635
[-DisplayDeviceName <String>]
3736
[-Floor <System.Int32>]
3837
[-FloorLabel <String>]
@@ -198,22 +197,6 @@ Accept pipeline input: False
198197
Accept wildcard characters: False
199198
```
200199
201-
### -Desks
202-
{{ Fill Desks Description }}
203-
204-
```yaml
205-
Type: RecipientIdParameter[]
206-
Parameter Sets: (All)
207-
Aliases:
208-
Applicable: Exchange Online
209-
210-
Required: False
211-
Position: Named
212-
Default value: None
213-
Accept pipeline input: False
214-
Accept wildcard characters: False
215-
```
216-
217200
### -DisplayDeviceName
218201
The DisplayDeviceName parameter specifies the name of the display device in the room. If the value contains spaces, enclose the value in quotation marks (").
219202

0 commit comments

Comments
 (0)