Skip to content

Commit f7f8f89

Browse files
committed
Update Get-Group.md
Moved Identity param to top because it's position 1.
1 parent 90c8e13 commit f7f8f89

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

exchange/exchange-ps/exchange/Get-Group.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,27 @@ This example uses the Anr parameter to return all groups that begin with "Mar".
8080

8181
## PARAMETERS
8282

83+
### -Identity
84+
The Identity parameter specifies the group object that you want to view. You can use any value that uniquely identifies the group. For example:
85+
86+
- Name
87+
- Distinguished name (DN)
88+
- Canonical DN
89+
- GUID
90+
91+
```yaml
92+
Type: GroupIdParameter
93+
Parameter Sets: Identity
94+
Aliases:
95+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Security & Compliance Center, Exchange Online Protection
96+
97+
Required: False
98+
Position: 1
99+
Default value: None
100+
Accept pipeline input: True
101+
Accept wildcard characters: False
102+
```
103+
83104
### -Anr
84105
The Anr parameter specifies a string on which to perform an ambiguous name resolution (ANR) search. You can specify a partial string and search for objects with an attribute that matches that string. The default attributes searched are:
85106
@@ -167,27 +188,6 @@ Accept pipeline input: False
167188
Accept wildcard characters: False
168189
```
169190

170-
### -Identity
171-
The Identity parameter specifies the group object that you want to view. You can use any value that uniquely identifies the group. For example:
172-
173-
- Name
174-
- Distinguished name (DN)
175-
- Canonical DN
176-
- GUID
177-
178-
```yaml
179-
Type: GroupIdParameter
180-
Parameter Sets: Identity
181-
Aliases:
182-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Security & Compliance Center, Exchange Online Protection
183-
184-
Required: False
185-
Position: 1
186-
Default value: None
187-
Accept pipeline input: True
188-
Accept wildcard characters: False
189-
```
190-
191191
### -IgnoreDefaultScope
192192
This parameter is available only in on-premises Exchange.
193193

0 commit comments

Comments
 (0)