Skip to content

Commit f024cf7

Browse files
Update Find-CsGroup.md
adding missing parameter
1 parent a510361 commit f024cf7

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

teams/teams-ps/teams/Find-CsGroup.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ online version: https://learn.microsoft.com/powershell/module/teams/find-csgroup
44
applicable: Microsoft Teams
55
title: Find-CsGroup
66
schema: 2.0.0
7-
manager: bulenteg
8-
author: tomkau
9-
ms.author: tomkau
10-
ms.reviewer: williamlooney
117
---
128

139
# Find-CsGroup
@@ -18,7 +14,7 @@ Use the Find-CsGroup cmdlet to search groups.
1814
## SYNTAX
1915

2016
```
21-
Find-CsGroup [-Tenant <Guid>] -SearchQuery <String> [-MaxResults <UInt32>] [-ExactMatchOnly <Boolean>]
17+
Find-CsGroup [-Tenant <Guid>] -SearchQuery <String> [-MaxResults <UInt32>] [-ExactMatchOnly <Boolean>] [-MailEnabledOnly <Boolean>]
2218
[-Force] [<CommonParameters>]
2319
```
2420

@@ -107,6 +103,21 @@ Accept pipeline input: False
107103
Accept wildcard characters: False
108104
```
109105
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+
110121
### -Tenant
111122
This parameter is reserved for internal Microsoft use.
112123

0 commit comments

Comments
 (0)