Skip to content

Commit 0e4bfbb

Browse files
authored
Merge branch 'master' into patch-2
2 parents 36f1d75 + 9000f64 commit 0e4bfbb

File tree

968 files changed

+3972
-2806
lines changed

Some content is hidden

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

968 files changed

+3972
-2806
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/advanced-threat-protection/Set-AntiPhishPolicy.md

Lines changed: 0 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,21 @@ For information about the parameter sets in the Syntax section below, see Exchan
2020
```
2121
Set-AntiPhishPolicy -Identity <AntiPhishPolicyIdParameter>
2222
[-AdminDisplayName <Basic | High>]
23-
[-AntiSpoofEnforcementType <AntiSpoofEnforcementType>]
2423
[-AuthenticationFailAction <MoveToJmf | Quarantine>]
2524
[-Confirm]
2625
[-EnableAntispoofEnforcement <$true | $false>]
2726
[-EnableAuthenticationSafetyTip <$true | $false>]
2827
[-EnableAuthenticationSoftPassSafetyTip <$true | $false>]
2928
[-Enabled <$true | $false>]
3029
[-EnableMailboxIntelligence <$true | $false>]
31-
[-EnableMailboxIntelligenceProtection <$true | $false>]
3230
[-EnableOrganizationDomainsProtection <$true | $false>]
3331
[-EnableSimilarDomainsSafetyTips <$true | $false>]
3432
[-EnableSimilarUsersSafetyTips <$true | $false>]
35-
[-EnableSuspiciousSafetyTip <$true | $false>]
3633
[-EnableTargetedDomainsProtection <$true | $false>]
3734
[-EnableTargetedUserProtection <$true | $false>]
3835
[-EnableUnusualCharactersSafetyTips <$true | $false>]
3936
[-ExcludedDomains <MultiValuedProperty>]
4037
[-ExcludedSenders <MultiValuedProperty>]
41-
[-ImpersonationProtectionState <Default | Automatic | Manual | Off>]
42-
[-MailboxIntelligenceProtectionAction <NoAction | MoveToJmf | Redirect | Quarantine | Delete | BccMessage>]
43-
[-MailboxIntelligenceProtectionActionRecipients <MultiValuedProperty>]
4438
[-MakeDefault]
4539
[-PhishThresholdLevel <Int32>]
4640
[-TargetedDomainActionRecipients <MultiValuedProperty>]
@@ -103,21 +97,6 @@ Accept pipeline input: False
10397
Accept wildcard characters: False
10498
```
10599
106-
### -AntiSpoofEnforcementType
107-
{{Fill AntiSpoofEnforcementType Description}}
108-
109-
```yaml
110-
Type: Basic | High
111-
Parameter Sets: (All)
112-
Aliases:
113-
Applicable: Exchange Online, Exchange Online Protection
114-
Required: False
115-
Position: Named
116-
Default value: None
117-
Accept pipeline input: False
118-
Accept wildcard characters: False
119-
```
120-
121100
### -AuthenticationFailAction
122101
The AuthenticationFailAction parameter specifies the action to take when the message fails composite authentication. Valid values are:
123102
@@ -247,21 +226,6 @@ Accept pipeline input: False
247226
Accept wildcard characters: False
248227
```
249228
250-
### -EnableMailboxIntelligenceProtection
251-
{{Fill EnableMailboxIntelligenceProtection Description}}
252-
253-
```yaml
254-
Type: $true | $false
255-
Parameter Sets: (All)
256-
Aliases:
257-
Applicable: Exchange Online, Exchange Online Protection
258-
Required: False
259-
Position: Named
260-
Default value: None
261-
Accept pipeline input: False
262-
Accept wildcard characters: False
263-
```
264-
265229
### -EnableOrganizationDomainsProtection
266230
The EnableOrganizationDomainsProtection parameter specifies whether to enable ___domain impersonation protection for all registered domains in the Office 365 organization. Valid values are:
267231
@@ -319,21 +283,6 @@ Accept pipeline input: False
319283
Accept wildcard characters: False
320284
```
321285
322-
### -EnableSuspiciousSafetyTip
323-
{{Fill EnableSuspiciousSafetyTip Description}}
324-
325-
```yaml
326-
Type: $true | $false
327-
Parameter Sets: (All)
328-
Aliases:
329-
Applicable: Exchange Online, Exchange Online Protection
330-
Required: False
331-
Position: Named
332-
Default value: None
333-
Accept pipeline input: False
334-
Accept wildcard characters: False
335-
```
336-
337286
### -EnableTargetedDomainsProtection
338287
The EnableTargetedDomainsProtection parameter specifies whether to enable ___domain impersonation protection for a list of specified domains. Valid values are:
339288
@@ -421,51 +370,6 @@ Accept pipeline input: False
421370
Accept wildcard characters: False
422371
```
423372
424-
### -ImpersonationProtectionState
425-
{{Fill ImpersonationProtectionState Description}}
426-
427-
```yaml
428-
Type: Default | Automatic | Manual | Off
429-
Parameter Sets: (All)
430-
Aliases:
431-
Applicable: Exchange Online, Exchange Online Protection
432-
Required: False
433-
Position: Named
434-
Default value: None
435-
Accept pipeline input: False
436-
Accept wildcard characters: False
437-
```
438-
439-
### -MailboxIntelligenceProtectionAction
440-
{{Fill MailboxIntelligenceProtectionAction Description}}
441-
442-
```yaml
443-
Type: NoAction | MoveToJmf | Redirect | Quarantine | Delete | BccMessage
444-
Parameter Sets: (All)
445-
Aliases:
446-
Applicable: Exchange Online, Exchange Online Protection
447-
Required: False
448-
Position: Named
449-
Default value: None
450-
Accept pipeline input: False
451-
Accept wildcard characters: False
452-
```
453-
454-
### -MailboxIntelligenceProtectionActionRecipients
455-
{{Fill MailboxIntelligenceProtectionActionRecipients Description}}
456-
457-
```yaml
458-
Type: MultiValuedProperty
459-
Parameter Sets: (All)
460-
Aliases:
461-
Applicable: Exchange Online, Exchange Online Protection
462-
Required: False
463-
Position: Named
464-
Default value: None
465-
Accept pipeline input: False
466-
Accept wildcard characters: False
467-
```
468-
469373
### -MakeDefault
470374
{{Fill MakeDefault Description}}
471375

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/move-and-migration/Get-MoveRequestStatistics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ Accept wildcard characters: False
323323
```
324324
325325
### -ReportOnly
326-
The ReportOnly switch returns the results as an array of report entries (encoded strings). You don't need to specify a value with this switch.
326+
This parameter is reserved for internal Microsoft use.
327327
328328
```yaml
329329
Type: SwitchParameter

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)