Skip to content

Commit b62b775

Browse files
authored
Merge pull request MicrosoftDocs#8055 from robinmalik/patch-4
Additional example to get Groups backing Teams
2 parents cbf77d8 + 488190e commit b62b775

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
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

0 commit comments

Comments
 (0)