Skip to content

Commit 9b02068

Browse files
authored
Merge pull request MicrosoftDocs#3481 from MicrosoftDocs/master
Master to Live
2 parents 76a5d0f + dc4a9dc commit 9b02068

File tree

14 files changed

+53
-59
lines changed

14 files changed

+53
-59
lines changed

exchange/exchange-ps/exchange/antispam-antimalware/New-HostedContentFilterPolicy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ New-HostedContentFilterPolicy [-Name] <String>
7676
## DESCRIPTION
7777
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see Find the permissions required to run any Exchange cmdlet (https://technet.microsoft.com/library/mt432940.aspx).
7878

79+
For more information about the limits for allowed and blocked senders, see [Exchange Online Protection Limits](https://docs.microsoft.com/office365/servicedescriptions/exchange-online-protection-service-description/exchange-online-protection-limits).
80+
7981
## EXAMPLES
8082

8183
### -------------------------- Example 1 --------------------------

exchange/exchange-ps/exchange/antispam-antimalware/Set-HostedContentFilterPolicy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ Set-HostedContentFilterPolicy [-Identity] <HostedContentFilterPolicyIdParameter>
7777
## DESCRIPTION
7878
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see Find the permissions required to run any Exchange cmdlet (https://technet.microsoft.com/library/mt432940.aspx).
7979

80+
For more information about the limits for allowed and blocked senders, see [Exchange Online Protection Limits](https://docs.microsoft.com/office365/servicedescriptions/exchange-online-protection-service-description/exchange-online-protection-limits).
81+
8082
## EXAMPLES
8183

8284
### -------------------------- Example 1 --------------------------

exchange/exchange-ps/exchange/client-access/Set-MailboxCalendarConfiguration.md

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,7 @@ Accept wildcard characters: False
132132
### -AgendaMailEnabled
133133
This parameter is available only in the cloud-based service.
134134
135-
The AgendaMailEnabled parameter specifies whether to enable or disable the daily agenda email message. Valid values are:
136-
137-
- $true: Agenda mail is enabled.
138-
139-
- $false: Agenda mail is disabled. This is the default value.
135+
This parameter is reserved for internal Microsoft use.
140136
141137
```yaml
142138
Type: $true | $false
@@ -153,11 +149,7 @@ Accept wildcard characters: False
153149
### -AgendaPaneEnabled
154150
This parameter is available only in the cloud-based service.
155151
156-
The AgendaPaneEnabled parameter specifies whether to enable the agenda pane in Outlook on the web. Valid values are:
157-
158-
- $true: The Agenda pane enabled.
159-
160-
- $false: The Agenda pane is disabled. This is the default value.
152+
This parameter is reserved for internal Microsoft use.
161153
162154
```yaml
163155
Type: $true | $false
@@ -282,13 +274,7 @@ Accept wildcard characters: False
282274
```
283275
284276
### -DailyAgendaMailSchedule
285-
The DailyAgendaMailSchedule parameter specifies whether to receive a daily or nightly edition of the daily agenda message. Valid values are:
286-
287-
- Default: The agenda email message is delivered at 03:00 (3:00 AM). This is the default value.
288-
289-
- AM
290-
291-
- PM
277+
This parameter is reserved for internal Microsoft use.
292278
293279
```yaml
294280
Type: Default | AM | PM
@@ -698,11 +684,7 @@ Accept wildcard characters: False
698684
```
699685
700686
### -SkipAgendaMailOnFreeDays
701-
The SkipAgendaMailOnFreeDays parameter specifies whether to skip sending the daily agenda email message on days with no events or tasks. Valid values are:
702-
703-
- $true: Don't send the daily agenda email message on free days. This is the default value.
704-
705-
- $false: Send the daily agenda email message every day.
687+
This parameter is reserved for internal Microsoft use.
706688
707689
```yaml
708690
Type: $true | $false

exchange/exchange-ps/exchange/mail-flow/New-OutboundConnector.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,23 @@ For information about the parameter sets in the Syntax section below, see Exchan
2121
## SYNTAX
2222

2323
```
24-
New-OutboundConnector [-Name] <String> [-AllAcceptedDomains <$true | $false>]
25-
[-CloudServicesMailEnabled <$true | $false>] [-Comment <String>] [-Confirm]
26-
[-ConnectorSource <Default | Migrated | HybridWizard | AdminUI>] [-ConnectorType <OnPremises | Partner>]
27-
[-Enabled <$true | $false>] [-IsTransportRuleScoped <$true | $false>] [-LinkForModifiedConnector <Guid>]
28-
[-RecipientDomains <MultiValuedProperty>] [-RouteAllMessagesViaOnPremises <$true | $false>]
29-
[-SmartHosts <MultiValuedProperty>] [-TestMode <$true | $false>] [-TlsDomain <SmtpDomainWithSubdomains>]
30-
[-TlsSettings <EncryptionOnly | CertificateValidation | DomainValidation>] [-UseMXRecord <$true | $false>]
24+
New-OutboundConnector [-Name] <String>
25+
[-AllAcceptedDomains <$true | $false>]
26+
[-CloudServicesMailEnabled <$true | $false>]
27+
[-Comment <String>]
28+
[-Confirm]
29+
[-ConnectorSource <Default | Migrated | HybridWizard | AdminUI>]
30+
[-ConnectorType <OnPremises | Partner>]
31+
[-Enabled <$true | $false>]
32+
[-IsTransportRuleScoped <$true | $false>]
33+
[-LinkForModifiedConnector <Guid>]
34+
[-RecipientDomains <MultiValuedProperty>]
35+
[-RouteAllMessagesViaOnPremises <$true | $false>]
36+
[-SmartHosts <MultiValuedProperty>]
37+
[-TestMode <$true | $false>]
38+
[-TlsDomain <SmtpDomainWithSubdomains>]
39+
[-TlsSettings <EncryptionOnly | CertificateValidation | DomainValidation>]
40+
[-UseMXRecord <$true | $false>]
3141
[-WhatIf] [<CommonParameters>]
3242
```
3343

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,9 +1061,9 @@ This parameter is available only in the cloud-based service.
10611061
10621062
The DirectReportsGroupAutoCreationEnabled parameter specifies whether to enable or disable the automatic creation of direct report Office 365 groups. Valid values are:
10631063
1064-
- $true: The automatic creation of direct report Office 365 groups is enabled. This is the default value.
1064+
- $true: The automatic creation of direct report Office 365 groups is enabled.
10651065
1066-
- $false: The automatic creation of direct report Office 365 groups is disabled.
1066+
- $false: The automatic creation of direct report Office 365 groups is disabled. This is the default value.
10671067
10681068
```yaml
10691069
Type: $true | $false
@@ -1494,11 +1494,7 @@ Accept wildcard characters: False
14941494
```
14951495
14961496
### -IsAgendaMailEnabled
1497-
The IsAgendaMailEnabled parameter specifies whether to enable or disable daily agenda messages. Valid values are:
1498-
1499-
- $true: Users receive a daily agenda message in their Inbox from the Microsoft Outlook Calendar. This is the default value.
1500-
1501-
- $false: The daily agenda message is disabled for all users.
1497+
This parameter is reserved for internal Microsoft use.
15021498
15031499
```yaml
15041500
Type: $true | $false

exchange/exchange-ps/exchange/policy-and-compliance-content-search/New-MailboxSearch.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ On July 1, 2018, you'll no longer be able to use the New-MailboxSearch cmdlet to
1818

1919
Use the New-MailboxSearch cmdlet to create a mailbox search and either get an estimate of search results, place search results on In-Place Hold or copy them to a Discovery mailbox. You can also place all contents in a mailbox on hold by not specifying a search query, which accomplishes similar results as Litigation Hold.
2020

21-
By default, mailbox searches are performed across all Exchange 2016 and Exchange 2013 Mailbox servers in an Exchange organization, unless you constrain the search to fewer mailboxes by using the SourceMailboxes parameter. To search mailboxes on Exchange 2010 Mailbox servers, run the command on an Exchange 2010 server.
21+
By default, mailbox searches are performed across all Exchange 2013 or later Mailbox servers in an Exchange organization, unless you constrain the search to fewer mailboxes by using the SourceMailboxes parameter. To search mailboxes on Exchange 2010 Mailbox servers, run the command on an Exchange 2010 server.
2222

2323
For more information, see In-Place eDiscovery (https://technet.microsoft.com/library/dd298021.aspx) and In-Place Hold and Litigation Hold (https://technet.microsoft.com/library/ff637980.aspx).
2424

@@ -71,17 +71,17 @@ New-MailboxSearch -Name "Legal-ProjectX" -SourceMailboxes DG-Marketing,DG-Execut
7171

7272
This example creates the mailbox search Legal-ProjectX. The search uses several parameters to restrict the search query:
7373

74-
SourceMailboxes: This parameter restricts the search to members of the DG-Marketing and DG-Executives distribution groups.
74+
- SourceMailboxes: This parameter restricts the search to members of the DG-Marketing and DG-Executives distribution groups.
7575

76-
Recipients: This parameter specifies that the search includes all mail sent to the domain contoso.com.
76+
- Recipients: This parameter specifies that the search includes all mail sent to the domain contoso.com.
7777

78-
SearchQuery: This parameter specifies a KQL query for messages with either the words project or report and for messages with attachments.
78+
- SearchQuery: This parameter specifies a KQL query for messages with either the words project or report and for messages with attachments.
7979

80-
StartDate and EndDate: These parameters specify the start date of January 1, 2018, and end date of December 31, 2018, for the search.
80+
- StartDate and EndDate: These parameters specify the start date of January 1, 2018, and end date of December 31, 2018, for the search.
8181

82-
TargetMailbox: This parameter specifies that search results should be copied to the discovery mailbox LegalDiscovery.
82+
- TargetMailbox: This parameter specifies that search results should be copied to the discovery mailbox LegalDiscovery.
8383

84-
StatusMailRecipients: This parameter specifies that the distribution group DG-DiscoveryTeam is to receive a notification when the search is complete.
84+
- StatusMailRecipients: This parameter specifies that the distribution group DG-DiscoveryTeam is to receive a notification when the search is complete.
8585

8686
### -------------------------- Example 2 --------------------------
8787
```

exchange/exchange-ps/exchange/policy-and-compliance-retention/New-RetentionPolicyTag.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Accept wildcard characters: False
110110
```
111111
112112
### -AddressForJournaling
113-
This parameter is available or funcational only in Exchange Server 2010.
113+
This parameter is available or functional only in Exchange Server 2010.
114114
115115
This parameter is reserved for internal Microsoft use.
116116
@@ -223,7 +223,7 @@ Accept wildcard characters: False
223223
```
224224
225225
### -JournalingEnabled
226-
This parameter is available or funcational only in Exchange Server 2010.
226+
This parameter is available or functional only in Exchange Server 2010.
227227
228228
This parameter is reserved for internal Microsoft use.
229229
@@ -240,7 +240,7 @@ Accept wildcard characters: False
240240
```
241241
242242
### -LabelForJournaling
243-
This parameter is available or funcational only in Exchange Server 2010.
243+
This parameter is available or functional only in Exchange Server 2010.
244244
245245
This parameter is reserved for internal Microsoft use.
246246

exchange/exchange-ps/exchange/policy-and-compliance-retention/Set-RetentionPolicyTag.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Accept wildcard characters: False
140140
```
141141
142142
### -AddressForJournaling
143-
This parameter is available or funcational only in Exchange Server 2010.
143+
This parameter is available or functional only in Exchange Server 2010.
144144
145145
This parameter is reserved for internal Microsoft use.
146146
@@ -238,7 +238,7 @@ Accept wildcard characters: False
238238
```
239239
240240
### -JournalingEnabled
241-
This parameter is available or funcational only in Exchange Server 2010.
241+
This parameter is available or functional only in Exchange Server 2010.
242242
243243
This parameter is reserved for internal Microsoft use.
244244
@@ -255,7 +255,7 @@ Accept wildcard characters: False
255255
```
256256
257257
### -LabelForJournaling
258-
This parameter is available or funcational only in Exchange Server 2010.
258+
This parameter is available or functional only in Exchange Server 2010.
259259
260260
This parameter is reserved for internal Microsoft use.
261261

exchange/exchange-ps/exchange/policy-and-compliance/Set-ProtectionAlert.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ Use the Set-ProtectionAlert cmdlet to modify alert policies in the Security & Co
1818

1919
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
2020

21+
> [!NOTE]
22+
> You cannot use this cmdlet to edit default alert policies. You can only modify alerts you have created using New-ProtectionAlert cmdlet.
23+
2124
## SYNTAX
2225

2326
```

exchange/exchange-ps/exchange/sharing-and-collaboration/New-OrganizationRelationship.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,13 @@ Accept wildcard characters: False
9898
```
9999
100100
### -DomainNames
101-
This parameter is available only in on-premises Exchange.
102-
103-
The DomainNames parameter specifies the SMTP domains of the external organization. You can specify multiple domains separated by commas (for example, "contoso.com","northamerica.contoso.com").
101+
The DomainNames parameter specifies the SMTP domains of the external organization. You can specify multiple domains separated by commas (for example, "contoso.com","northamerica.contoso.com"), limited to 238 domains in one request.
104102
105103
```yaml
106104
Type: MultiValuedProperty
107105
Parameter Sets: (All)
108106
Aliases:
109-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
107+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
110108
Required: True
111109
Position: Named
112110
Default value: None

sharepoint/sharepoint-ps/sharepoint-online/Add-SPOSiteDesign.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Accept wildcard characters: False
111111
```
112112
113113
### -PreviewImageUrl
114-
The URL of a preview image. If none is specified, SharePoint uses a generic image.
114+
The URL of a preview image. If none is specified, SharePoint uses a generic image. Recommended size is 400 x 421 pixels.
115115
116116
```yaml
117117
Type: String

sharepoint/sharepoint-ps/sharepoint-online/Enable-SPOCommSite.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ Enable-SPOCommSite -SiteUrl $rootSiteURL
6363
```
6464
**STEP BY STEP INSTRUCTIONS**
6565

66-
1. Install latest SharePoint Online Management Shell (version 8715.1200 or greater) from [here](https://www.microsoft.com/en-us/download/details.aspx?id=35588). If you have an older version installed, please uninstall it from Windows Add/Remove programs and then install the latest version.
66+
67+
1. Install latest SharePoint Online Management Shell (version 8715.1200 or greater) from [here] (https://www.microsoft.com/en-us/download/details.aspx?id=35588). If you have an older version installed, please uninstall it from Windows Add/Remove programs and then install the latest version. Alternatively, if you have used Install-Module Microsoft.Online.SharePoint.PowerShell to install the SharePoint Online Management Shell, you can run Update-Module Microsoft.Online.SharePoint.PowerShell to update the PowerShell module to the latest available version.
6768
2. Make sure you have the SharePoint admin credentials for the tenant
6869
3. Make sure you have the correct root site URL. Typically its https://\<tenantname\>.sharepoint.com
6970
4. Copy the above PowerShell command(s) into a notepad and fill in the missing details denoted by <>

sharepoint/sharepoint-ps/sharepoint-server/Import-SPWeb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,11 +269,11 @@ Accept wildcard characters: False
269269

270270
### -UpdateVersions
271271
Indicates how to resolve situations where a file to be imported to a site already exists in that site.
272-
If the UpdateVersions parameter is absent, the import operation by default uses a value of 1.
272+
If the UpdateVersions parameter is absent, the import operation by default uses a value of 1 (Append).
273273

274274
The type must be any one of the following:
275275

276-
-Add new versions to the current file
276+
-Append, which adds new versions to the current file
277277

278278
-Overwrite the file and all of its versions (delete then insert)
279279

sharepoint/sharepoint-ps/sharepoint-server/Set-SPWeb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ For permissions and the most current information about Windows PowerShell for Sh
3232

3333
### ------------------EXAMPLE-----------------------
3434
```
35-
Get-SPWeb https://sitename/subweb | Set-SPWeb -Title "My Site Title"
35+
Get-SPWeb https://sitename/subweb | Set-SPWeb -Description "My Site Description"
3636
```
3737

38-
This example sets the title of an existing subsite.
38+
This example sets the description of an existing subsite.
3939

4040

4141
## PARAMETERS

0 commit comments

Comments
 (0)