We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31f9d1b + 8c50a1b commit 8c4a6eeCopy full SHA for 8c4a6ee
exchange/exchange-ps/exchange/users-and-groups/Get-UnifiedGroup.md
@@ -79,6 +79,13 @@ Get-UnifiedGroup -Identity "Marketing Department" | Format-List
79
80
This example returns detailed information about the Office 365 Group named Marketing Department.
81
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
89
## PARAMETERS
90
91
### -Anr
0 commit comments