Skip to content

Commit 9918759

Browse files
committed
Blind cmdlet sweep
1 parent cd677eb commit 9918759

File tree

4 files changed

+105
-1
lines changed

4 files changed

+105
-1
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2121

2222
```
2323
Get-AuthenticationPolicy [[-Identity] <AuthPolicyIdParameter>]
24+
[-TenantId <String>]
2425
[<CommonParameters>]
2526
```
2627

@@ -65,6 +66,24 @@ Accept pipeline input: False
6566
Accept wildcard characters: False
6667
```
6768
69+
### -TenantId
70+
This parameter is available only in the cloud-based service.
71+
72+
{{ Fill TenantId Description }}
73+
74+
```yaml
75+
Type: String
76+
Parameter Sets: (All)
77+
Aliases:
78+
Applicable: Exchange Online, Exchange Online Protection
79+
80+
Required: False
81+
Position: Named
82+
Default value: None
83+
Accept pipeline input: False
84+
Accept wildcard characters: False
85+
```
86+
6887
### CommonParameters
6988
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).
7089

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ Legacy Exchange tokens (for example, Exchange user identity and callback tokens)
345345
- The Microsoft Report Message and Report Phishing add-ins require legacy Exchange tokens to work.
346346
- Legacy Exchange tokens will eventually be blocked by default in all cloud-based organizations.
347347
348-
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).
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).
349349
350350
```yaml
351351
Type: SwitchParameter

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

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ For information about the parameter sets in the Syntax section below, see [Excha
2323
```
2424
Remove-AuthenticationPolicy [-Identity] <AuthPolicyIdParameter>
2525
[-Confirm]
26+
[-AllowLegacyExchangeTokens]
27+
[-TenantId <String>]
2628
[-WhatIf]
2729
[<CommonParameters>]
2830
```
@@ -61,6 +63,24 @@ Accept pipeline input: False
6163
Accept wildcard characters: False
6264
```
6365
66+
### -AllowLegacyExchangeTokens
67+
This parameter is available only in the cloud-based service.
68+
69+
This parameter is reserved for internal Microsoft use.
70+
71+
```yaml
72+
Type: SwitchParameter
73+
Parameter Sets: (All)
74+
Aliases:
75+
Applicable: Exchange Online, Exchange Online Protection
76+
77+
Required: False
78+
Position: Named
79+
Default value: True
80+
Accept pipeline input: False
81+
Accept wildcard characters: False
82+
```
83+
6484
### -Confirm
6585
The Confirm switch specifies whether to show or hide the confirmation prompt. How this switch affects the cmdlet depends on if the cmdlet requires confirmation before proceeding.
6686
@@ -80,6 +100,24 @@ Accept pipeline input: False
80100
Accept wildcard characters: False
81101
```
82102

103+
### -TenantId
104+
This parameter is available only in the cloud-based service.
105+
106+
{{ Fill TenantId Description }}
107+
108+
```yaml
109+
Type: String
110+
Parameter Sets: (All)
111+
Aliases:
112+
Applicable: Exchange Online, Exchange Online Protection
113+
114+
Required: False
115+
Position: Named
116+
Default value: None
117+
Accept pipeline input: False
118+
Accept wildcard characters: False
119+
```
120+
83121
### -WhatIf
84122
The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch.
85123

exchange/exchange-ps/exchange/Set-AuthenticationPolicy.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Set-AuthenticationPolicy [-Identity] <AuthPolicyIdParameter>
4343
[-BlockLegacyAuthPop]
4444
[-BlockLegacyAuthRpc]
4545
[-BlockLegacyAuthWebServices]
46+
[-BlockLegacyExchangeTokens]
4647
[-BlockModernAuthActiveSync]
4748
[-BlockModernAuthAutodiscover]
4849
[-BlockModernAuthImap]
@@ -52,6 +53,7 @@ Set-AuthenticationPolicy [-Identity] <AuthPolicyIdParameter>
5253
[-BlockModernAuthRpc]
5354
[-BlockModernAuthWebServices]
5455
[-Confirm]
56+
[-TenantId <String>]
5557
[-WhatIf]
5658
[<CommonParameters>]
5759
```
@@ -544,6 +546,33 @@ Accept pipeline input: False
544546
Accept wildcard characters: False
545547
```
546548

549+
### -BlockLegacyExchangeTokens
550+
This parameter is available only in the cloud-based service.
551+
552+
The BlockLegacyExchangeTokens switch specifies whether to block legacy Exchange tokens. You don't need to specify a value with this switch.
553+
554+
Legacy Exchange tokens (for example, Exchange user identity and callback tokens) are used by Outlook add-ins.
555+
556+
**Important**:
557+
558+
- The Microsoft Report Message and Report Phishing add-ins require legacy Exchange tokens to work.
559+
- Legacy Exchange tokens will eventually be blocked by default in all cloud-based organizations.
560+
561+
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).
562+
563+
```yaml
564+
Type: SwitchParameter
565+
Parameter Sets: (All)
566+
Aliases:
567+
Applicable: Exchange Online, Exchange Online Protection
568+
569+
Required: False
570+
Position: Named
571+
Default value: True
572+
Accept pipeline input: False
573+
Accept wildcard characters: False
574+
```
575+
547576
### -BlockModernAuthActiveSync
548577
This parameter is available only in on-premises Exchange.
549578

@@ -707,6 +736,24 @@ Accept pipeline input: False
707736
Accept wildcard characters: False
708737
```
709738

739+
### -TenantId
740+
This parameter is available only in the cloud-based service.
741+
742+
{{ Fill TenantId Description }}
743+
744+
```yaml
745+
Type: String
746+
Parameter Sets: (All)
747+
Aliases:
748+
Applicable: Exchange Online, Exchange Online Protection
749+
750+
Required: False
751+
Position: Named
752+
Default value: None
753+
Accept pipeline input: False
754+
Accept wildcard characters: False
755+
```
756+
710757
### -WhatIf
711758
The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch.
712759

0 commit comments

Comments
 (0)