Skip to content

Commit 04b5547

Browse files
authored
Merge pull request MicrosoftDocs#2424 from MicrosoftDocs/chrisda
Removed AllowBasicAuthRest parameters from New/Set-AuthenticationPolicy
2 parents 0ff6141 + 8a198f5 commit 04b5547

File tree

2 files changed

+30
-38
lines changed

2 files changed

+30
-38
lines changed

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

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,21 @@ For information about the parameter sets in the Syntax section below, see Exchan
1818
## SYNTAX
1919

2020
```
21-
New-AuthenticationPolicy [[-Name] <String>] [-AllowBasicAuthActiveSync] [-AllowBasicAuthAutodiscover] [-AllowBasicAuthImap] [-AllowBasicAuthMapi] [-AllowBasicAuthOfflineAddressBook] [-AllowBasicAuthOutlookService] [-AllowBasicAuthPop] [-AllowBasicAuthPowershell] [-AllowBasicAuthReportingWebServices] [-AllowBasicAuthRest] [-AllowBasicAuthRpc] [-AllowBasicAuthSmtp] [-AllowBasicAuthWebServices] [-Confirm] [-WhatIf] [<CommonParameters>]
21+
New-AuthenticationPolicy [[-Name] <String>]
22+
[-AllowBasicAuthActiveSync]
23+
[-AllowBasicAuthAutodiscover]
24+
[-AllowBasicAuthImap]
25+
[-AllowBasicAuthMapi]
26+
[-AllowBasicAuthOfflineAddressBook]
27+
[-AllowBasicAuthOutlookService]
28+
[-AllowBasicAuthPop]
29+
[-AllowBasicAuthPowershell]
30+
[-AllowBasicAuthReportingWebServices]
31+
[-AllowBasicAuthRpc]
32+
[-AllowBasicAuthSmtp]
33+
[-AllowBasicAuthWebServices]
34+
[-Confirm]
35+
[-WhatIf] [<CommonParameters>]
2236
2337
```
2438

@@ -204,23 +218,6 @@ Accept pipeline input: False
204218
Accept wildcard characters: False
205219
```
206220
207-
### -AllowBasicAuthRest
208-
The AllowBasicAuthRest switch specifies whther to allow Basic authentication with REST. You don't need to specify a value with this switch.
209-
210-
The default value is $false. Use this switch to set the value $true.
211-
212-
```yaml
213-
Type: SwitchParameter
214-
Parameter Sets: (All)
215-
Aliases:
216-
Applicable: Exchange Online
217-
Required: False
218-
Position: Named
219-
Default value: False
220-
Accept pipeline input: False
221-
Accept wildcard characters: False
222-
```
223-
224221
### -AllowBasicAuthRpc
225222
The AllowBasicAuthRpc switch specifies whther to allow Basic authentication with RPC. You don't need to specify a value with this switch.
226223

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

Lines changed: 15 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,21 @@ For information about the parameter sets in the Syntax section below, see Exchan
1818
## SYNTAX
1919

2020
```
21-
Set-AuthenticationPolicy [-Identity] <AuthPolicyIdParameter> [-AllowBasicAuthActiveSync] [-AllowBasicAuthAutodiscover] [-AllowBasicAuthImap] [-AllowBasicAuthMapi] [-AllowBasicAuthOfflineAddressBook] [-AllowBasicAuthOutlookService] [-AllowBasicAuthPop] [-AllowBasicAuthPowershell] [-AllowBasicAuthReportingWebServices] [-AllowBasicAuthRest] [-AllowBasicAuthRpc] [-AllowBasicAuthSmtp] [-AllowBasicAuthWebServices] [-Confirm] [-WhatIf] [<CommonParameters>]
21+
Set-AuthenticationPolicy [-Identity] <AuthPolicyIdParameter>
22+
[-AllowBasicAuthActiveSync]
23+
[-AllowBasicAuthAutodiscover]
24+
[-AllowBasicAuthImap]
25+
[-AllowBasicAuthMapi]
26+
[-AllowBasicAuthOfflineAddressBook]
27+
[-AllowBasicAuthOutlookService]
28+
[-AllowBasicAuthPop]
29+
[-AllowBasicAuthPowershell]
30+
[-AllowBasicAuthReportingWebServices]
31+
[-AllowBasicAuthRpc]
32+
[-AllowBasicAuthSmtp]
33+
[-AllowBasicAuthWebServices]
34+
[-Confirm]
35+
[-WhatIf] [<CommonParameters>]
2236
```
2337

2438
## DESCRIPTION
@@ -227,25 +241,6 @@ Accept pipeline input: False
227241
Accept wildcard characters: False
228242
```
229243
230-
### -AllowBasicAuthRest
231-
The AllowBasicAuthRest switch specifies whether to allow Basic authentication with REST.
232-
233-
- To change the value to $true, use this switch without a value.
234-
235-
- To change the value to $false, use this exact syntax: -AllowBasicAuthRest:$false.
236-
237-
```yaml
238-
Type: SwitchParameter
239-
Parameter Sets: (All)
240-
Aliases:
241-
Applicable: Exchange Online
242-
Required: False
243-
Position: Named
244-
Default value: False
245-
Accept pipeline input: False
246-
Accept wildcard characters: False
247-
```
248-
249244
### -AllowBasicAuthRpc
250245
The AllowBasicAuthRpc switch specifies whether to allow Basic authentication with RPC.
251246

0 commit comments

Comments
 (0)