Skip to content

Commit 8c4a6ee

Browse files
authored
Merge pull request MicrosoftDocs#4768 from Batre-MSFT/patch-6
Added example
2 parents 31f9d1b + 8c50a1b commit 8c4a6ee

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

exchange/exchange-ps/exchange/users-and-groups/Get-UnifiedGroup.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@ Get-UnifiedGroup -Identity "Marketing Department" | Format-List
7979

8080
This example returns detailed information about the Office 365 Group named Marketing Department.
8181

82+
### Example 4
83+
```powershell
84+
Get-UnifiedGroup |?{!$_.ManagedBy}
85+
```
86+
87+
This example returns Office 365 Groups that do not have an owner.
88+
8289
## PARAMETERS
8390

8491
### -Anr

0 commit comments

Comments
 (0)