Skip to content

Commit 5558ba2

Browse files
committed
Merge branch 'main' into ICFSA-chrisda
2 parents 6212baf + ce3db83 commit 5558ba2

31 files changed

+2604
-90
lines changed

exchange/docs-conceptual/client-advanced-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ To ensure that the NTFS owner value is preserved, set the *UseCopyAndPreserveNTF
429429
> [!CAUTION]
430430
> For the scanner: Define this advanced setting only when you can ensure a low-latency, reliable network connection between the scanner and the scanned repository. A network failure during the automatic labeling process can cause the file to be lost.
431431
432-
Example PowerShell command, where your label policy is named "Scanner"
432+
Example PowerShell command, where your label policy is named "Global"
433433

434434
```PowerShell
435435
Set-LabelPolicy -Identity Global -AdvancedSettings @{UseCopyAndPreserveNTFSOwner ="true"}

exchange/exchange-ps/exchange/New-DlpComplianceRule.md

Lines changed: 37 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,12 @@ Accept wildcard characters: False
680680
```
681681

682682
### -ContentIsNotLabeled
683-
{{ Fill ContentIsNotLabeled Description }}
683+
The ContentIsNotLabeled parameter specifies a condition for the DLP rule that looks for attachments or documents that aren't labeled. Valid values are:
684+
685+
- $true: Look for attachments or documents that aren't labeled.
686+
- $false: Don't look for unlabeled attachments or documents.
687+
688+
In Exchange, this condition is matched only if both the attachment and the message body aren't labeled.
684689

685690
```yaml
686691
Type: Boolean
@@ -696,7 +701,12 @@ Accept wildcard characters: False
696701
```
697702

698703
### -ContentIsShared
699-
{{ Fill ContentIsShared Description }}
704+
The ContentIsNotLabeled parameter specifies a condition for the DLP rule that looks for attachments or documents that aren't labeled. Valid values are:
705+
706+
- $true: Look for attachments or documents that aren't labeled.
707+
- $false: Don't look for unlabeled attachments or documents.
708+
709+
In Exchange, this condition is matched only if both the attachment and the message body aren't labeled.
700710

701711
```yaml
702712
Type: Boolean
@@ -769,7 +779,9 @@ Accept wildcard characters: False
769779
```
770780

771781
### -DocumentCreatedBy
772-
{{ Fill DocumentCreatedBy Description }}
782+
The DocumentCreatedBy parameter specifies a condition for the DLP rule that looks for documents that are created by the specificed identity. You can specify multiple values separated by commas.
783+
784+
This parameter applies to Sharepoint and Onedrive workloads.
773785

774786
```yaml
775787
Type: MultiValuedProperty
@@ -785,7 +797,9 @@ Accept wildcard characters: False
785797
```
786798

787799
### -DocumentCreatedByMemberOf
788-
{{ Fill DocumentCreatedByMemberOf Description }}
800+
The DocumentCreatedByMemberOf parameter specifies a condition for the DLP rule that looks for documents that are created by a member of the specificed group. You can specify multiple values separated by commas.
801+
802+
This parameter applies to Sharepoint and Onedrive workloads.
789803

790804
```yaml
791805
Type: RecipientIdParameter[]
@@ -1182,7 +1196,12 @@ Accept wildcard characters: False
11821196
```
11831197

11841198
### -ExceptIfContentIsShared
1185-
{{ Fill ExceptIfContentIsShared Description }}
1199+
The ContentIsNotLabeled parameter specifies an exception for the DLP rule that looks for attachments or documents that aren't labeled. Valid values are:
1200+
1201+
- $true: Look for attachments or documents that aren't labeled.
1202+
- $false: Don't look for unlabeled attachments or documents.
1203+
1204+
In Exchange, this condition is matched only if both the attachment and the message body aren't labeled.
11861205

11871206
```yaml
11881207
Type: Boolean
@@ -1236,7 +1255,9 @@ Accept wildcard characters: False
12361255
```
12371256

12381257
### -ExceptIfDocumentCreatedBy
1239-
{{ Fill ExceptIfDocumentCreatedBy Description }}
1258+
The DocumentCreatedBy parameter specifies an exception for the DLP rule that looks for documents that are created by the specificed identity. You can specify multiple values separated by commas.
1259+
1260+
This parameter applies to Sharepoint and Onedrive workloads.
12401261

12411262
```yaml
12421263
Type: MultiValuedProperty
@@ -1252,7 +1273,9 @@ Accept wildcard characters: False
12521273
```
12531274

12541275
### -ExceptIfDocumentCreatedByMemberOf
1255-
{{ Fill ExceptIfDocumentCreatedByMemberOf Description }}
1276+
The DocumentCreatedByMemberOf parameter specifies an exception for the DLP rule that looks for documents that are created by a member of the specificed group. You can specify multiple values separated by commas.
1277+
1278+
This parameter applies to Sharepoint and Onedrive workloads.
12561279

12571280
```yaml
12581281
Type: RecipientIdParameter[]
@@ -3285,7 +3308,13 @@ Accept wildcard characters: False
32853308
```
32863309

32873310
### -SharedByIRMUserRisk
3288-
{{ Fill SharedByIRMUserRisk Description }}
3311+
The SharedByIRMUserRisk paramter specifies the risk category of the user performing the violating action. Valid values are:
3312+
3313+
- Elevated Risk Level
3314+
- Moderate Risk Level
3315+
- Minor Risk Level
3316+
3317+
You can specify multiple values separated by commas.
32893318

32903319
```yaml
32913320
Type: MultiValuedProperty

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

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Accept wildcard characters: False
9292
```
9393
9494
### -SenderDomains
95-
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).
95+
The SenderDomains parameter specifies the source domains that a Partner type connector accepts messages for (limits the scope of a Partner type connector). A valid value is an SMTP domain. Wildcards are supported to indicate a domain and all subdomains (for example, `*.contoso.com`). However, you can't embed the wildcard character (for example, `domain.*.contoso.com` isn't valid).
9696

9797
You can specify multiple domains separated by commas.
9898

@@ -227,7 +227,7 @@ Accept wildcard characters: False
227227
The ConnectorType parameter specifies the category for the source domains that the connector accepts messages for. Valid values are:
228228

229229
- Partner: External partners or services.
230-
- 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.
230+
- OnPremises: The connector services domains that are used by your on-premises organization. OnPremises connectors grant special rights to an email that matches the connector and additional requirements. For example: allowing relay through the tenant to internet destinations, promoting emails from on-premises or other environments as internal (in a hybrid configuration), or enabling other more complex mail flows.
231231

232232
```yaml
233233
Type: TenantConnectorType
@@ -353,11 +353,13 @@ Accept wildcard characters: False
353353
```
354354

355355
### -RequireTls
356-
The RequireTLS parameter specifies whether to require TLS transmission for all messages that are received by the connector. Valid values are:
356+
The RequireTLS parameter specifies whether to require TLS transmission for all messages that are received by a Partner type connector. Valid values are:
357357

358358
- $true: Reject messages if they aren't sent over TLS. This is the default value
359359
- $false: Allow messages if they aren't sent over TLS.
360360

361+
**Note**: This parameter applies only to Partner type connectors.
362+
361363
```yaml
362364
Type: Boolean
363365
Parameter Sets: (All)
@@ -372,11 +374,13 @@ Accept wildcard characters: False
372374
```
373375

374376
### -RestrictDomainsToCertificate
375-
The RestrictDomainsToCertificate parameter specifies whether the Subject value of the TLS certificate is checked before messages can use the connector. Valid values are:
377+
The RestrictDomainsToCertificate parameter specifies whether the Subject value of the TLS certificate is checked before messages can use the Partner type connector. Valid values are:
376378

377379
- $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.
378380
- $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.
379381

382+
**Note**: This parameter applies only to Partner type connectors.
383+
380384
```yaml
381385
Type: Boolean
382386
Parameter Sets: (All)
@@ -391,11 +395,13 @@ Accept wildcard characters: False
391395
```
392396

393397
### -RestrictDomainsToIPAddresses
394-
The RestrictDomainsToIPAddresses parameter specifies whether to reject mail that comes from unknown source IP addresses. Valid values are:
398+
The RestrictDomainsToIPAddresses parameter specifies whether to reject mail that comes from unknown source IP addresses for Partner type connectors. Valid values are:
395399

396400
- $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.
397401
- $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.
398402

403+
**Note**: This parameter applies only to Partner type connectors.
404+
399405
```yaml
400406
Type: Boolean
401407
Parameter Sets: (All)
@@ -426,7 +432,7 @@ Accept wildcard characters: False
426432
```
427433

428434
### -SenderIPAddresses
429-
The SenderIPAddresses parameter specifies the source IPV4 IP addresses that the connector accepts messages from. Valid values are:
435+
The SenderIPAddresses parameter specifies the source IPV4 IP addresses that the Partner type connector accepts messages from when the value of the RestrictDomainsToIPAddresses parameter is $true. Valid values are:
430436

431437
- Single IP address: For example, 192.168.1.1.
432438
- Classless InterDomain Routing (CIDR) IP address range: For example, 192.168.0.1/25. Valid subnet mask values are /24 through /32.
@@ -435,6 +441,8 @@ You can specify multiple IP addresses separated by commas.
435441

436442
IPv6 addresses are not supported.
437443

444+
**Note**: This parameter applies to Partner type connectors only if the value of the RestrictDomainsToIPAddresses parameter is $true.
445+
438446
```yaml
439447
Type: MultiValuedProperty
440448
Parameter Sets: (All)

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

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Accept wildcard characters: False
186186
The ConnectorType parameter specifies a category for the domains that are serviced by the connector. Valid input for this parameter includes the following values:
187187

188188
- Partner: The connector services domains that are external to your organization.
189-
- 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.
189+
- OnPremises: The connector services domains that are used by your on-premises organization. OnPremises connectors grant special rights to an email that matches the connector and additional requirements. For example: allowing relay through the tenant to internet destinations, promoting emails from on-premises or other environments as internal (in a hybrid configuration), or enabling other more complex mail flows.
190190

191191
```yaml
192192
Type: TenantConnectorType
@@ -328,11 +328,13 @@ Accept wildcard characters: False
328328
```
329329

330330
### -RequireTls
331-
The RequireTLS parameter specifies whether to require TLS transmission for all messages that are received by the connector. Valid values are:
331+
The RequireTLS parameter specifies whether to require TLS transmission for all messages that are received by a Partner type connector. Valid values are:
332332

333333
- $true: Reject messages if they aren't sent over TLS. This is the default value
334334
- $false: Allow messages if they aren't sent over TLS.
335335

336+
**Note**: This parameter applies only to Partner type connectors.
337+
336338
```yaml
337339
Type: Boolean
338340
Parameter Sets: (All)
@@ -347,11 +349,13 @@ Accept wildcard characters: False
347349
```
348350

349351
### -RestrictDomainsToCertificate
350-
The RestrictDomainsToCertificate parameter specifies whether the Subject value of the TLS certificate is checked before messages can use the connector. Valid values are:
352+
The RestrictDomainsToCertificate parameter specifies whether the Subject value of the TLS certificate is checked before messages can use the Partner type connector. Valid values are:
351353

352354
- $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.
353355
- $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.
354356

357+
**Note**: This parameter applies only to Partner type connectors.
358+
355359
```yaml
356360
Type: Boolean
357361
Parameter Sets: (All)
@@ -366,11 +370,13 @@ Accept wildcard characters: False
366370
```
367371

368372
### -RestrictDomainsToIPAddresses
369-
The RestrictDomainsToIPAddresses parameter specifies whether to reject mail that comes from unknown source IP addresses. Valid values are:
373+
The RestrictDomainsToIPAddresses parameter specifies whether to reject mail that comes from unknown source IP addresses for Partner type connectors. Valid values are:
370374

371375
- $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.
372376
- $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.
373377

378+
**Note**: This parameter applies only to Partner type connectors.
379+
374380
```yaml
375381
Type: Boolean
376382
Parameter Sets: (All)
@@ -401,7 +407,7 @@ Accept wildcard characters: False
401407
```
402408

403409
### -SenderDomains
404-
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).
410+
The SenderDomains parameter specifies the source domains that a Partner type connector accepts messages for (limits the scope of a Partner type connector). A valid value is an SMTP domain. Wildcards are supported to indicate a domain and all subdomains (for example, `*.contoso.com`). However, you can't embed the wildcard character (for example, `domain.*.contoso.com` isn't valid).
405411

406412
You can specify multiple domains separated by commas.
407413

@@ -419,12 +425,15 @@ Accept wildcard characters: False
419425
```
420426

421427
### -SenderIPAddresses
422-
The SenderIPAddresses parameter specifies the remote IPV4 IP addresses from which this connector accepts messages. IPv6 addresses are not supported. Valid values are:
428+
The SenderIPAddresses parameter specifies the source IPV4 IP addresses that the Partner type connector accepts messages from when the value of the RestrictDomainsToIPAddresses parameter is $true. Valid values are:
423429

424430
- Single IP address: For example, 192.168.1.1.
425431
- Classless InterDomain Routing (CIDR) IP address range: For example, 192.168.0.1/25. Valid subnet mask values are /24 through /32.
432+
@@ -435,6 +441,8 @@ You can specify multiple IP addresses separated by commas.
426433

427-
You can specify multiple values separated by commas.
434+
IPv6 addresses are not supported.
435+
436+
**Note**: This parameter applies to Partner type connectors only if the value of the RestrictDomainsToIPAddresses parameter is $true.
428437

429438
```yaml
430439
Type: MultiValuedProperty
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
external help file: MicrosoftTeams-help.xml
3+
Module Name: MicrosoftTeams
4+
applicable: Microsoft Teams
5+
online version:
6+
title: Get-CsSdgBulkSignInRequestsSummary
7+
schema: 2.0.0
8+
---
9+
10+
# Get-CsSdgBulkSignInRequestsSummary
11+
12+
## SYNOPSIS
13+
Get the tenant level summary of all bulk sign in requests executed in the past 30 days.
14+
15+
## SYNTAX
16+
17+
```
18+
Get-CsSdgBulkSignInRequestsSummary [<CommonParameters>]
19+
```
20+
21+
## DESCRIPTION
22+
This cmdlet gives the overall tenant level summary of all bulk sign in requests executed for a particular tenant within the last 30 days. Status is shown at batch level as succeeded / failed.
23+
24+
## EXAMPLES
25+
26+
### Example 1
27+
```powershell
28+
Get-CsSdgBulkSignInRequestsSummary
29+
```
30+
31+
This example shows how to run the cmdlet to get a tenant level summary.
32+
33+
## PARAMETERS
34+
35+
### CommonParameters
36+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
37+
38+
## INPUTS
39+
40+
### None
41+
42+
## OUTPUTS
43+
44+
### Microsoft.Teams.ConfigAPI.Cmdlets.Generated.Models.ISdgBulkSignInRequestsSummaryResponseItem
45+
46+
## NOTES
47+
48+
## RELATED LINKS

0 commit comments

Comments
 (0)