Skip to content

Commit 1290538

Browse files
authored
Merge branch 'master' into patch-2
2 parents 88a2628 + 4a6758a commit 1290538

File tree

92 files changed

+2247
-985
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+2247
-985
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ _themes*/
77
.local/
88

99
.openpublishing.buildcore.ps1
10+
**/node_modules
11+
12+
\.idea/

exchange/exchange-ps/exchange/mailboxes/Export-MailboxDiagnosticLogs.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ This example retrieves the calendar permissions diagnostic log for the mailbox n
6363
## PARAMETERS
6464

6565
### -ComponentName
66-
The ComponentName parameter specifies the component that you want to retrieve the diagnostic logs for. Valid values depend on the type and location of the mailbox (on-premises or Exchange Online). Possible values are:
66+
The ComponentName parameter specifies the component that you want to retrieve the diagnostic logs for. Valid values depend on the type and location of the mailbox (on-premises Exchange or Exchange Online). Valid values include:
67+
68+
- ActionProcessingAgent
6769

6870
- BirthdayAssistant
6971

@@ -79,8 +81,12 @@ The ComponentName parameter specifies the component that you want to retrieve th
7981

8082
- InternetCalendar
8183

84+
- InternalCalendarSharingMigration
85+
8286
- MRM
8387

88+
- OnlineMeetings
89+
8490
- OOFRules
8591

8692
- RemindersAssistant
@@ -89,6 +95,8 @@ The ComponentName parameter specifies the component that you want to retrieve th
8995

9096
- SharingSyncAssistant
9197

98+
- SweepRules
99+
92100
```yaml
93101
Type: String
94102
Parameter Sets: MailboxLog

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)