Skip to content

Commit 3696789

Browse files
authored
Merge branch 'master' into patch-13
2 parents 0d447c4 + 8b2a86f commit 3696789

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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-InboundConnector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ Accept wildcard characters: False
397397
The SenderIPAddresses parameter specifies the remote IPV4 IP addresses from which this connector accepts messages. IPv6 addresses are not supported. You enter the IP addresses using the following syntax:
398398

399399
- Single IP: For example, 192.168.1.1.
400-
- CIDR IP: You can use Classless InterDomain Routing (CIDR), for example, 192.168.0.1/25.
400+
- CIDR IP: You can use Classless InterDomain Routing (CIDR), for example, 192.168.0.1/25. Valid subnet mask values are /24 through /32.
401401

402402
You can specify multiple IP addresses separated by commas.
403403

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ Accept wildcard characters: False
411411
The SenderIPAddresses parameter specifies the remote IPV4 IP addresses from which this connector accepts messages. IPv6 addresses are not supported. You enter the IP addresses using the following syntax:
412412

413413
- Single IP: For example, 192.168.1.1.
414-
- CIDR IP: You can use Classless InterDomain Routing (CIDR). For example, 192.168.0.1/25.
414+
- CIDR IP: You can use Classless InterDomain Routing (CIDR). For example, 192.168.0.1/25. Valid subnet mask values are /24 through /32.
415415

416416
You can specify multiple IP addresses separated by commas.
417417

0 commit comments

Comments
 (0)