Skip to content

Commit 89c0fca

Browse files
Merge branch 'master' into patch-31
2 parents f035595 + 16c9243 commit 89c0fca

10 files changed

+89
-55
lines changed

exchange/exchange-ps/exchange/New-ApplicationAccessPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ New-ApplicationAccessPolicy -AccessRight <ApplicationAccessPolicyRight> -AppId <
3333
## DESCRIPTION
3434
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://docs.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
3535

36-
You can create a limited number of policies in your organization based on a fixed amount of space. If your oganization runs out of space for these policies, you'll see the error: "The total size of App Access Policies exceeded the limit." To maximize the number of policies and reduce the amount of space that's consumed by the policies, set a one space charachter description for the policy. This method will allow aproximately 300 policies (versus a previous limit of 100 policies).
36+
You can create a limited number of policies in your organization based on a fixed amount of space. If your oganization runs out of space for these policies, you'll see the error: "The total size of App Access Policies exceeded the limit." To maximize the number of policies and reduce the amount of space that's consumed by the policies, set a one space character description for the policy. This method will allow aproximately 300 policies (versus a previous limit of 100 policies).
3737

3838
While scope-based resource access like Mail.Read or Calendar.Read is effective to ensure that the application can only read email or events within a mailbox and not do anything else, application access policies allow admins to enforce limits that are based on a list of mailboxes. For example, apps developed for one country shouldn't have access to data from other countries. Or, or a CRM integration application should only access calendars in the Sales organization and no other departments.
3939

exchange/exchange-ps/exchange/New-InboundConnector.md

Lines changed: 28 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ Accept wildcard characters: False
9090
```
9191
9292
### -SenderDomains
93-
The SenderDomains parameter specifies the remote domains from which this connector accepts messages, thereby limiting its scope. You can use a wildcard character to specify all subdomains of a specified ___domain, as shown in the following example: \*.contoso.com. However, you can't embed a wildcard character, as shown in the following example: ___domain.\*.contoso.com. You can specify multiple domains separated by commas.
93+
The SenderDomains parameter specifies the source domains that the connector accepts messages for. A valid value is an SMTP ___domain. Wildcards are supported to indicate a ___domain and all subdomains (for example, \*.contoso.com), but you can't embed the wildcard character (for example, ___domain.\*.contoso.com is not valid).
94+
95+
You can specify multiple domains separated by commas.
9496
9597
```yaml
9698
Type: MultiValuedProperty
@@ -106,7 +108,9 @@ Accept wildcard characters: False
106108
```
107109
108110
### -AssociatedAcceptedDomains
109-
The AssociatedAcceptedDomains parameter specifies the accepted domains that the connector applies to, thereby limiting its scope. For example, you can apply the connector to a specific accepted ___domain in your organization, such as contoso.com.
111+
The AssociatedAcceptedDomains parameter restricts the source domains that use the connector to the specified accepted domains. A valid value is an SMTP ___domain that's configured as an accepted ___domain in your Microsoft 365 organization.
112+
113+
You can specify multiple values separated by commas.
110114
111115
```yaml
112116
Type: MultiValuedProperty
@@ -182,11 +186,11 @@ Accept wildcard characters: False
182186
### -ConnectorSource
183187
The ConnectorSource parameter specifies how the connector is created. Valid input for this parameter includes the following values:
184188

185-
- Default: The connector is manually created.
189+
- Default: The connector is manually created. This is the default value.
186190
- HybridWizard: The connector is automatically created by the Hybrid Configuration Wizard.
187191
- Migrated: The connector was originally created in Microsoft Forefront Online Protection for Exchange.
188192

189-
The default value for connectors you create yourself is Default. It isn't recommended that you change this value.
193+
We recommended that you don't change this value.
190194

191195
```yaml
192196
Type: TenantConnectorSource
@@ -202,10 +206,10 @@ Accept wildcard characters: False
202206
```
203207

204208
### -ConnectorType
205-
The ConnectorType parameter specifies a category for the domains that are serviced by the connector. Valid input for this parameter includes the following values:
209+
The ConnectorType parameter specifies the category for the source domains that the connector accepts messages for. Valid values are:
206210

207-
- Partner: The connector services domains that are external to your organization.
208-
- OnPremises: The connector services domains that are used by your on-premises organization. Use this value for accepted domains in your cloud-based organization that are also specified by the SenderDomains parameter.
211+
- Partner: External partners or services.
212+
- OnPremises: Your on-premises email organization. Use this value for accepted domains in your cloud-based organization that are also specified by the SenderDomains parameter.
209213

210214
```yaml
211215
Type: TenantConnectorType
@@ -312,7 +316,10 @@ Accept wildcard characters: False
312316
```
313317

314318
### -Enabled
315-
The Enabled parameter enables or disables the connector. Valid input for this parameter is $true or $false. The default value is $true.
319+
The Enabled parameter enables or disables the connector. Valid values are:
320+
321+
- $true: The connector is enabled. This is the default value.
322+
- $false: The connector is disabled.
316323

317324
```yaml
318325
Type: Boolean
@@ -328,7 +335,10 @@ Accept wildcard characters: False
328335
```
329336

330337
### -RequireTls
331-
The RequireTLS parameter specifies that all messages received by this connector require TLS transmission. Valid values for this parameter are $true or $false. The default value is $false.
338+
The RequireTLS parameter specifies whether to require TLS transmission for all messages that are received by the connector. Valid values are:
339+
340+
- $true: Reject messages if they aren't sent over TLS. This is the default value
341+
- $false: Allow messages if they aren't sent over TLS.
332342

333343
```yaml
334344
Type: Boolean
@@ -344,7 +354,10 @@ Accept wildcard characters: False
344354
```
345355

346356
### -RestrictDomainsToCertificate
347-
The RestrictDomainsToCertificate parameter specifies that Microsoft 365 should identify incoming messages that are eligible for this connector by verifying that the remote server authenticates using a TLS certificate that has the TlsSenderCertificateName in the Subject. Valid values are $true or $false.
357+
The RestrictDomainsToCertificate parameter specifies whether the Subject value of the TLS certificate is checked before messages can use the connector. Valid values are:
358+
359+
- $true: Mail is allowed to use the connector only if the Subject value of the TLS certificate that the source email server uses to authenticate matches the TlsSenderCertificateName parameter value.
360+
- $false: The Subject value of the TLS certificate that the source email server uses to authenticate doesn't control whether mail from that source uses the connector. This is the default value.
348361

349362
```yaml
350363
Type: Boolean
@@ -360,9 +373,10 @@ Accept wildcard characters: False
360373
```
361374

362375
### -RestrictDomainsToIPAddresses
363-
The RestrictDomainsToIPAddresses parameter, when set to $true, automatically rejects mail from the domains specified by the SenderDomains parameter if the mail originates from an IP address that isn't specified by the SenderIPAddresses parameter.
376+
The RestrictDomainsToIPAddresses parameter specifies whether to reject mail that comes from unknown source IP addresses. Valid values are:
364377

365-
Valid input for this parameter is $true or $false. The default value is $false.
378+
- $true: Automatically reject mail from domains that are specified by the SenderDomains parameter if the source IP address isn't also specified by the SenderIPAddress parameter.
379+
- $false: Don't automatically reject mail from domains that are specified by the SenderDomains parameter based on the source IP address. This is the default value.
366380

367381
```yaml
368382
Type: Boolean
@@ -394,7 +408,7 @@ Accept wildcard characters: False
394408
```
395409

396410
### -SenderIPAddresses
397-
The SenderIPAddresses parameter specifies the remote IPV4 IP addresses from which this connector accepts messages. Valid values are:
411+
The SenderIPAddresses parameter specifies the source IPV4 IP addresses that the connector accepts messages from. Valid values are:
398412

399413
- Single IP address: For example, 192.168.1.1.
400414
- Classless InterDomain Routing (CIDR) IP address range: For example, 192.168.0.1/25. Valid subnet mask values are /24 through /32.
@@ -417,9 +431,7 @@ Accept wildcard characters: False
417431
```
418432

419433
### -TlsSenderCertificateName
420-
The TlsSenderCertificateName parameter specifies the certificate used by the sender's ___domain when the RequireTls parameter is set to $true. Valid input for the TlsSenderCertificateName parameter is an SMTP ___domain. You can use a wildcard character to specify all subdomains of a specified ___domain, as shown in the following example: \*.contoso.com.
421-
422-
You can't embed a wildcard character, as shown in the following example: ___domain.\*.contoso.com.
434+
The TlsSenderCertificateName parameter specifies the TLS certificate that's used when the value of the RequireTls parameter is $true. A valid value is an SMTP ___domain. Wildcards are supported to indicate a ___domain and all subdomains (for example, \*.contoso.com), but you can't embed the wildcard character (for example, ___domain.\*.contoso.com is not valid).
423435

424436
```yaml
425437
Type: TlsCertificate

exchange/exchange-ps/exchange/Set-DistributionGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ To specify senders for this parameter, you can use any value that uniquely ident
228228

229229
You can enter multiple senders separated by commas. To overwrite any existing entries, use the following syntax: `Sender1,Sender2,...SenderN`. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Sender1","Sender2",..."SenderN"`.
230230

231-
To add or remove individual senders or groups without affecting other existing entries, use the AcceptMessagesOnlyFrom and AcceptMessageOnlyFromDLMembers parameters.
231+
To add or remove individual senders or groups without affecting other existing entries, use the AcceptMessagesOnlyFrom and AcceptMessagesOnlyFromDLMembers parameters.
232232

233233
The individual senders and groups you specify for this parameter are automatically copied to the AcceptMessagesOnlyFrom and AcceptMessagesOnlyFromDLMembers properties, respectively. Therefore, you can't use the AcceptMessagesOnlyFromSendersOrMembers parameter and the AcceptMessagesOnlyFrom or AcceptMessagesOnlyFromDLMembers parameters in the same command.
234234

exchange/exchange-ps/exchange/Set-InboundConnector.md

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ Accept wildcard characters: False
8686
```
8787
8888
### -AssociatedAcceptedDomains
89-
The AssociatedAcceptedDomains parameter specifies the accepted domains that the connector applies to, thereby limiting its scope. For example, you can apply the connector to a specific accepted ___domain in your organization, such as contoso.com.
89+
The AssociatedAcceptedDomains parameter restricts the source domains that use the connector to the specified accepted domains. A valid value is an SMTP ___domain that's configured as an accepted ___domain in your Microsoft 365 organization.
90+
91+
You can specify multiple values separated by commas.
9092
9193
```yaml
9294
Type: MultiValuedProperty
@@ -160,13 +162,13 @@ Accept wildcard characters: False
160162
```
161163

162164
### -ConnectorSource
163-
The ConnectorSource parameter specifies how the connector was created. Valid input for this parameter includes the following values:
165+
The ConnectorSource parameter specifies how the connector is created. Valid input for this parameter includes the following values:
164166

165-
- Default: The connector is manually created.
166-
- HybridWizard: The connector is created automatically by the Hybrid Configuration Wizard.
167+
- Default: The connector is manually created. This is the default value.
168+
- HybridWizard: The connector is automatically created by the Hybrid Configuration Wizard.
167169
- Migrated: The connector was originally created in Microsoft Forefront Online Protection for Exchange.
168170

169-
The default value for connectors you create is Default. It isn't recommended that you change this value.
171+
We recommended that you don't change this value.
170172

171173
```yaml
172174
Type: TenantConnectorSource
@@ -292,7 +294,10 @@ Accept wildcard characters: False
292294
```
293295

294296
### -Enabled
295-
The Enabled parameter enables or disables the connector. Valid input for this parameter is $true or $false. The default value is $true.
297+
The Enabled parameter enables or disables the connector. Valid values are:
298+
299+
- $true: The connector is enabled. This is the default value.
300+
- $false: The connector is disabled.
296301

297302
```yaml
298303
Type: Boolean
@@ -324,7 +329,10 @@ Accept wildcard characters: False
324329
```
325330

326331
### -RequireTls
327-
The RequireTLS parameter specifies that all messages received by this connector require TLS transmission. Valid values for this parameter are $true or $false. The default value is $false. When the RequireTLS parameter is set to $true, all messages received by this connector require TLS transmission.
332+
The RequireTLS parameter specifies whether to require TLS transmission for all messages that are received by the connector. Valid values are:
333+
334+
- $true: Reject messages if they aren't sent over TLS. This is the default value
335+
- $false: Allow messages if they aren't sent over TLS.
328336

329337
```yaml
330338
Type: Boolean
@@ -340,7 +348,10 @@ Accept wildcard characters: False
340348
```
341349

342350
### -RestrictDomainsToCertificate
343-
The RestrictDomainsToCertificate parameter specifies that Microsoft 365 should identify incoming messages that are eligible for this connector by verifying that the remote server authenticates using a TLS certificate that has the TlsSenderCertificateName in the Subject. Valid values are $true or $false.
351+
The RestrictDomainsToCertificate parameter specifies whether the Subject value of the TLS certificate is checked before messages can use the connector. Valid values are:
352+
353+
- $true: Mail is allowed to use the connector only if the Subject value of the TLS certificate that the source email server uses to authenticate matches the TlsSenderCertificateName parameter value.
354+
- $false: The Subject value of the TLS certificate that the source email server uses to authenticate doesn't control whether mail from that source uses the connector. This is the default value.
344355

345356
```yaml
346357
Type: Boolean
@@ -356,9 +367,10 @@ Accept wildcard characters: False
356367
```
357368

358369
### -RestrictDomainsToIPAddresses
359-
The RestrictDomainsToIPAddresses parameter, when set to $true, automatically rejects mail from the domains specified by the SenderDomains parameter if the mail originates from an IP address that isn't specified by the SenderIPAddresses parameter.
370+
The RestrictDomainsToIPAddresses parameter specifies whether to reject mail that comes from unknown source IP addresses. Valid values are:
360371

361-
Valid input for this parameter is $true or $false. The default value is $false.
372+
- $true: Automatically reject mail from domains that are specified by the SenderDomains parameter if the source IP address isn't also specified by the SenderIPAddress parameter.
373+
- $false: Don't automatically reject mail from domains that are specified by the SenderDomains parameter based on the source IP address. This is the default value.
362374

363375
```yaml
364376
Type: Boolean
@@ -390,7 +402,7 @@ Accept wildcard characters: False
390402
```
391403

392404
### -SenderDomains
393-
The SenderDomains parameter specifies the remote domains from which this connector accepts messages, thereby limiting its scope. You can use a wildcard character to specify all subdomains of a specified ___domain, as shown in the following example: \*.contoso.com. However, you can't embed a wildcard character, as shown in the following example: ___domain.\*.contoso.com.
405+
The SenderDomains parameter specifies the source domains that the connector accepts messages for. A valid value is an SMTP ___domain. Wildcards are supported to indicate a ___domain and all subdomains (for example, \*.contoso.com), but you can't embed the wildcard character (for example, ___domain.\*.contoso.com is not valid).
394406

395407
You can specify multiple domains separated by commas.
396408

@@ -429,9 +441,7 @@ Accept wildcard characters: False
429441
```
430442

431443
### -TlsSenderCertificateName
432-
The TlsSenderCertificateName parameter specifies the certificate used by the sender's ___domain when the RequireTls parameter is set to $true. Valid input for the TlsSenderCertificateName parameter is an SMTP ___domain. You can use a wildcard character to specify all subdomains of a specified ___domain, as shown in the following example: \*.contoso.com.
433-
434-
You can't embed a wildcard character, as shown in the following example: ___domain.\*.contoso.com.
444+
The TlsSenderCertificateName parameter specifies the TLS certificate that's used when the value of the RequireTls parameter is $true. A valid value is an SMTP ___domain. Wildcards are supported to indicate a ___domain and all subdomains (for example, \*.contoso.com), but you can't embed the wildcard character (for example, ___domain.\*.contoso.com is not valid).
435445

436446
```yaml
437447
Type: TlsCertificate

teams/teams-ps/teams/Get-CsTeamTemplate.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,12 @@ INPUTOBJECT <IConfigApiBasedCmdletsIdentity>: Identity Parameter
233233

234234
## RELATED LINKS
235235

236-
- [Get-CsTeamTemplateList](https://docs.microsoft.com/powershell/module/teams/get-csteamtemplatelist)
237-
- [Get-CsTeamTemplate](https://docs.microsoft.com/powershell/module/teams/get-csteamtemplate)
238-
- [New-CsTeamTemplate](https://docs.microsoft.com/powershell/module/teams/new-csteamtemplate)
239-
- [Update-CsTeamTemplate](https://docs.microsoft.com/powershell/module/teams/update-csteamtemplate)
240-
- [Remove-CsTeamTemplate](https://docs.microsoft.com/powershell/module/teams/remove-csteamtemplate)
236+
[Get-CsTeamTemplateList](https://docs.microsoft.com/powershell/module/teams/get-csteamtemplatelist)
237+
238+
[Get-CsTeamTemplate](https://docs.microsoft.com/powershell/module/teams/get-csteamtemplate)
239+
240+
[New-CsTeamTemplate](https://docs.microsoft.com/powershell/module/teams/new-csteamtemplate)
241+
242+
[Update-CsTeamTemplate](https://docs.microsoft.com/powershell/module/teams/update-csteamtemplate)
243+
244+
[Remove-CsTeamTemplate](https://docs.microsoft.com/powershell/module/teams/remove-csteamtemplate)

teams/teams-ps/teams/Get-CsTeamTemplateList.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,12 @@ Eventually UPN and SIP.
136136
137137
## RELATED LINKS
138138
139-
- [Get-CsTeamTemplateList](https://docs.microsoft.com/powershell/module/teams/get-csteamtemplatelist)
140-
- [Get-CsTeamTemplate](https://docs.microsoft.com/powershell/module/teams/get-csteamtemplate)
141-
- [New-CsTeamTemplate](https://docs.microsoft.com/powershell/module/teams/new-csteamtemplate)
142-
- [Update-CsTeamTemplate](https://docs.microsoft.com/powershell/module/teams/update-csteamtemplate)
143-
- [Remove-CsTeamTemplate](https://docs.microsoft.com/powershell/module/teams/remove-csteamtemplate)
139+
[Get-CsTeamTemplateList](https://docs.microsoft.com/powershell/module/teams/get-csteamtemplatelist)
140+
141+
[Get-CsTeamTemplate](https://docs.microsoft.com/powershell/module/teams/get-csteamtemplate)
142+
143+
[New-CsTeamTemplate](https://docs.microsoft.com/powershell/module/teams/new-csteamtemplate)
144+
145+
[Update-CsTeamTemplate](https://docs.microsoft.com/powershell/module/teams/update-csteamtemplate)
146+
147+
[Remove-CsTeamTemplate](https://docs.microsoft.com/powershell/module/teams/remove-csteamtemplate)

0 commit comments

Comments
 (0)