File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,6 @@ online version: https://learn.microsoft.com/powershell/module/teams/find-csgroup
4
4
applicable : Microsoft Teams
5
5
title : Find-CsGroup
6
6
schema : 2.0.0
7
- manager : bulenteg
8
- author : tomkau
9
- ms.author : tomkau
10
- ms.reviewer : williamlooney
11
7
---
12
8
13
9
# Find-CsGroup
@@ -18,7 +14,7 @@ Use the Find-CsGroup cmdlet to search groups.
18
14
## SYNTAX
19
15
20
16
```
21
- Find-CsGroup [-Tenant <Guid>] -SearchQuery <String> [-MaxResults <UInt32>] [-ExactMatchOnly <Boolean>]
17
+ Find-CsGroup [-Tenant <Guid>] -SearchQuery <String> [-MaxResults <UInt32>] [-ExactMatchOnly <Boolean>] [-MailEnabledOnly <Boolean>]
22
18
[-Force] [<CommonParameters>]
23
19
```
24
20
@@ -107,6 +103,21 @@ Accept pipeline input: False
107
103
Accept wildcard characters : False
108
104
` ` `
109
105
106
+ ### -MailEnabledOnly
107
+ Instructs the cmdlet to return mail enabled only groups.
108
+
109
+ ` ` ` yaml
110
+ Type : Boolean
111
+ Parameter Sets : (All)
112
+ Aliases :
113
+
114
+ Required : False
115
+ Position : Named
116
+ Default value : None
117
+ Accept pipeline input : False
118
+ Accept wildcard characters : False
119
+ ` ` `
120
+
110
121
### -Tenant
111
122
This parameter is reserved for internal Microsoft use.
112
123
You can’t perform that action at this time.
0 commit comments