Skip to content

Commit 1ae70d3

Browse files
authored
Merge branch 'master' into patch-1
2 parents d008ef2 + 23d640e commit 1ae70d3

39 files changed

+249
-121
lines changed

exchange/exchange-ps/exchange/Add-IPAllowListEntry.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ Accept wildcard characters: False
8181
```
8282
8383
### -IPRange
84-
The IPRange parameter specifies a range of IP addresses to add to the IP Allow list. You can use the following formats:
84+
The IPRange parameter specifies a range of IP addresses to add to the IP Allow list. Valid values are:
8585
86-
- CIDR IP:192.168.0.1/24
87-
- IP address range:192.168.0.1-192.168.0.254.
86+
- IP address range: 192.168.0.1-192.168.0.254.
87+
- Classless Inter-Domain Routing (CIDR) IP address range: For example, 192.168.0.1/24.
8888
8989
```yaml
9090
Type: IPRange

exchange/exchange-ps/exchange/Add-IPBlockListEntry.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ Accept wildcard characters: False
8080
```
8181
8282
### -IPRange
83-
The IPRange parameter specifies a range of IP addresses to add to the IP Block list. You can use the following formats:
83+
The IPRange parameter specifies a range of IP addresses to add to the IP Block list. Valid values are:
8484
85-
- CIDR IP:192.168.0.1/24
86-
- IP address range:192.168.0.1-192.168.0.254.
85+
- IP address range: 192.168.0.1-192.168.0.254.
86+
- Classless Inter-Domain Routing (CIDR) IP address range: 192.168.0.1/24.
8787
8888
```yaml
8989
Type: IPRange

exchange/exchange-ps/exchange/Disable-SafeAttachmentRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available only in the cloud-based service.
1616

17-
Use the Disable-SafeAttachmentRule cmdlet to disable safe attachment rules in your cloud-based organization.
17+
Use the Disable-SafeAttachmentRule cmdlet to disable safe attachment rules in your cloud-based organization. This cmdlet is also responsible for disabling complete Safe Attachments policies in the admin center, which consist of the safe attachment rule and the corresponding assigned safe attachment policy in PowerShell.
1818

1919
**Note**: We recommend that you use the Exchange Online PowerShell V2 module to connect to Exchange Online PowerShell. For instructions, see [Connect to Exchange Online PowerShell](https://docs.microsoft.com/powershell/exchange/connect-to-exchange-online-powershell).
2020

exchange/exchange-ps/exchange/Enable-SafeAttachmentRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available only in the cloud-based service.
1616

17-
Use the Enable-SafeAttachmentRule cmdlet to enable safe attachment rules in your cloud-based organization.
17+
Use the Enable-SafeAttachmentRule cmdlet to enable safe attachment rules in your cloud-based organization. This cmdlet is also responsible for disabling complete Safe Attachments policies in the admin center, which consist of the safe attachment rule and the corresponding assigned safe attachment policy in PowerShell.
1818

1919
**Note**: We recommend that you use the Exchange Online PowerShell V2 module to connect to Exchange Online PowerShell. For instructions, see [Connect to Exchange Online PowerShell](https://docs.microsoft.com/powershell/exchange/connect-to-exchange-online-powershell).
2020

exchange/exchange-ps/exchange/Get-EXORecipient.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Accept wildcard characters: False
231231
```
232232

233233
### -Properties
234-
The Properties parameter specifies the properties that are returned in the output of this cmdlet. You can specify multiple values separated by commas. Wildcards ( * ) are supported.
234+
The Properties parameter specifies the properties that are returned in the output of this cmdlet. You can specify multiple values separated by commas.
235235

236236
For more information about the available properties, see [Get-EXORecipient property sets](https://docs.microsoft.com/powershell/exchange/cmdlet-property-sets#get-exorecipient-property-sets).
237237

exchange/exchange-ps/exchange/Get-UnifiedGroup.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,13 @@ Get-UnifiedGroup | Where-Object {-Not $_.ManagedBy}
8585

8686
This example returns Microsoft 365 Groups that do not have an owner.
8787

88+
### Example 5
89+
```powershell
90+
Get-UnifiedGroup -Filter {ResourceProvisioningOptions -eq "Team"}
91+
```
92+
93+
This example returns Microsoft 365 Groups that are created when a Microsoft Team is created.
94+
8895
## PARAMETERS
8996

9097
### -Anr

exchange/exchange-ps/exchange/New-AntiPhishPolicy.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,8 @@ This setting is part of impersonation protection and is only available in Micros
444444

445445
The ExcludedDomains parameter specifies an exception for impersonation protection that looks for the specified domains in the message sender. You can specify multiple domains separated by commas.
446446

447+
The maximum number of entries is approximately 1000.
448+
447449
```yaml
448450
Type: MultiValuedProperty
449451
Parameter Sets: (All)
@@ -462,6 +464,8 @@ This setting is part of impersonation protection and is only available in Micros
462464

463465
The ExcludedSenders parameter specifies an exception for impersonation protection that looks for the specified message sender. You can specify multiple email addresses separated by commas.
464466

467+
The maximum number of entries is approximately 1000.
468+
465469
```yaml
466470
Type: MultiValuedProperty
467471
Parameter Sets: (All)

exchange/exchange-ps/exchange/New-AutoSensitivityLabelRule.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -445,9 +445,9 @@ The ExceptIfSenderIpRanges parameter specifies an exception for the auto-labelin
445445

446446
- Single IP address: For example, 192.168.1.1.
447447
- IP address range: For example, 192.168.0.1-192.168.0.254.
448-
- Classless InterDomain Routing (CIDR) IP address range: For example, 192.168.0.1/25.
448+
- Classless Inter-Domain Routing (CIDR) IP address range: For example, 192.168.0.1/25.
449449

450-
You can specify multiple IP addresses or ranges separated by commas.
450+
You can specify multiple values separated by commas.
451451

452452
```yaml
453453
Type: MultiValuedProperty
@@ -672,9 +672,9 @@ The SenderIpRanges parameter specifies a condition for the auto-sensitivity poli
672672

673673
- Single IP address: For example, 192.168.1.1.
674674
- IP address range: For example, 192.168.0.1-192.168.0.254.
675-
- Classless InterDomain Routing (CIDR) IP address range: For example, 192.168.0.1/25.
675+
- Classless Inter-Domain Routing (CIDR) IP address range: For example, 192.168.0.1/25.
676676

677-
You can specify multiple IP addresses or ranges separated by commas.
677+
You can specify multiple values separated by commas.
678678

679679
```yaml
680680
Type: MultiValuedProperty

exchange/exchange-ps/exchange/New-ClientAccessRule.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,11 @@ Accept wildcard characters: False
137137
```
138138
139139
### -AnyOfClientIPAddressesOrRanges
140-
The AnyOfClientIPAddressesOrRanges parameter specifies a condition for the client access rule that's based on the client's IPv4 or IPv6 address. Valid values for this parameter are:
140+
The AnyOfClientIPAddressesOrRanges parameter specifies a condition for the client access rule that's based on the client's IPv4 or IPv6 address. Valid values are:
141141
142-
- A single IP address: For example, 192.168.1.1 or 2001:DB8::2AA:FF:C0A8:640A.
143-
- An IP address range: For example, 192.168.0.1-192.168.0.254 or 2001:DB8::2AA:FF:C0A8:640A-2001:DB8::2AA:FF:C0A8:6414.
144-
- Classless Inter-Domain Routing (CIDR) IP: For example, 192.168.3.1/24 or 2001:DB8::2AA:FF:C0A8:640A/64.
142+
- Single IP address: For example, 192.168.1.1 or 2001:DB8::2AA:FF:C0A8:640A.
143+
- IP address range: For example, 192.168.0.1-192.168.0.254 or 2001:DB8::2AA:FF:C0A8:640A-2001:DB8::2AA:FF:C0A8:6414.
144+
- Classless Inter-Domain Routing (CIDR) IP address range: For example, 192.168.3.1/24 or 2001:DB8::2AA:FF:C0A8:640A/64.
145145
146146
You can enter multiple values separated by commas.
147147
@@ -293,11 +293,11 @@ Accept wildcard characters: False
293293
```
294294

295295
### -ExceptAnyOfClientIPAddressesOrRanges
296-
The ExceptAnyOfClientIPAddressesOrRanges parameter specifies an exception for the client access rule that's based on the client's IPv4 or IPv6 address. Valid values for this parameter are:
296+
The ExceptAnyOfClientIPAddressesOrRanges parameter specifies an exception for the client access rule that's based on the client's IPv4 or IPv6 address. Valid values are:
297297

298-
- A single IP address: For example, 192.168.1.1 or 2001:DB8::2AA:FF:C0A8:640A.
299-
- An IP address range: For example, 192.168.0.1-192.168.0.254 or 2001:DB8::2AA:FF:C0A8:640A-2001:DB8::2AA:FF:C0A8:6414.
300-
- Classless Inter-Domain Routing (CIDR) IP: For example, 192.168.3.1/24 or 2001:DB8::2AA:FF:C0A8:640A/64.
298+
- Single IP address: For example, 192.168.1.1 or 2001:DB8::2AA:FF:C0A8:640A.
299+
- IP address range: For example, 192.168.0.1-192.168.0.254 or 2001:DB8::2AA:FF:C0A8:640A-2001:DB8::2AA:FF:C0A8:6414.
300+
- Classless Inter-Domain Routing (CIDR) IP address range: For example, 192.168.3.1/24 or 2001:DB8::2AA:FF:C0A8:640A/64.
301301

302302
You can enter multiple values separated by commas.
303303

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1348,7 +1348,7 @@ The ExceptIfSenderIpRanges parameter specifies an exception for the DLP rule tha
13481348
- IP address range: For example, 192.168.0.1-192.168.0.254.
13491349
- Classless InterDomain Routing (CIDR) IP address range: For example, 192.168.0.1/25.
13501350

1351-
You can specify multiple IP addresses or ranges separated by commas.
1351+
You can specify values separated by commas.
13521352

13531353
```yaml
13541354
Type: MultiValuedProperty
@@ -1482,7 +1482,9 @@ Accept wildcard characters: False
14821482
```
14831483

14841484
### -ExceptIfUnscannableDocumentExtensionIs
1485-
{{ Fill ExceptIfUnscannableDocumentExtensionIs Description }}
1485+
The ExceptIfUnscannableDocumentExtensionIs parameter specifies an exception for the rule that looks for the specified true file extension when the files are unscannable.
1486+
1487+
You can specify multiple values separated by commas.
14861488

14871489
```yaml
14881490
Type: MultiValuedProperty
@@ -2300,7 +2302,7 @@ The SenderIpRanges parameter specifies a condition for the DLP rule that looks f
23002302
- IP address range: For example, 192.168.0.1-192.168.0.254.
23012303
- Classless InterDomain Routing (CIDR) IP address range: For example, 192.168.0.1/25.
23022304

2303-
You can specify multiple IP addresses or ranges separated by commas.
2305+
You can specify multiple values separated by commas.
23042306

23052307
```yaml
23062308
Type: MultiValuedProperty

0 commit comments

Comments
 (0)