@@ -24,7 +24,12 @@ For information about the parameter sets in the Syntax section below, see [Excha
24
24
```
25
25
Get-UnifiedGroup [[-Identity] <UnifiedGroupIdParameter>]
26
26
[-Filter <String>]
27
+ [-IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames]
27
28
[-IncludeAllProperties]
29
+ [-IncludeBypassModerationFromSendersOrMembersWithDisplayNames]
30
+ [-IncludeGrantSendOnBehalfToWithDisplayNames]
31
+ [-IncludeModeratedByWithDisplayNames]
32
+ [-IncludeRejectMessagesFromSendersOrMembersWithDisplayNames]
28
33
[-IncludeSoftDeletedGroups]
29
34
[-ResultSize <Unlimited>]
30
35
[-SortBy <String>]
@@ -35,7 +40,12 @@ Get-UnifiedGroup [[-Identity] <UnifiedGroupIdParameter>]
35
40
```
36
41
Get-UnifiedGroup [-Anr <String>]
37
42
[-Filter <String>]
43
+ [-IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames]
38
44
[-IncludeAllProperties]
45
+ [-IncludeBypassModerationFromSendersOrMembersWithDisplayNames]
46
+ [-IncludeGrantSendOnBehalfToWithDisplayNames]
47
+ [-IncludeModeratedByWithDisplayNames]
48
+ [-IncludeRejectMessagesFromSendersOrMembersWithDisplayNames]
39
49
[-IncludeSoftDeletedGroups]
40
50
[-ResultSize <Unlimited>]
41
51
[-SortBy <String>]
@@ -158,6 +168,22 @@ Accept pipeline input: False
158
168
Accept wildcard characters: False
159
169
` ` `
160
170
171
+ # ## -IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames
172
+ {{ Fill IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames Description }}
173
+
174
+ ` ` ` yaml
175
+ Type: SwitchParameter
176
+ Parameter Sets: (All)
177
+ Aliases:
178
+ Applicable: Exchange Online, Exchange Online Protection
179
+
180
+ Required: False
181
+ Position: Named
182
+ Default value: None
183
+ Accept pipeline input: False
184
+ Accept wildcard characters: False
185
+ ` ` `
186
+
161
187
# ## -IncludeAllProperties
162
188
The IncludeAllProperties switch specifies whether to include the values of all properties in the results. You don't need to specify a value with this switch.
163
189
@@ -176,6 +202,70 @@ Accept pipeline input: False
176
202
Accept wildcard characters: False
177
203
` ` `
178
204
205
+ # ## -IncludeBypassModerationFromSendersOrMembersWithDisplayNames
206
+ {{ Fill IncludeBypassModerationFromSendersOrMembersWithDisplayNames Description }}
207
+
208
+ ` ` ` yaml
209
+ Type: SwitchParameter
210
+ Parameter Sets: (All)
211
+ Aliases:
212
+ Applicable: Exchange Online, Exchange Online Protection
213
+
214
+ Required: False
215
+ Position: Named
216
+ Default value: None
217
+ Accept pipeline input: False
218
+ Accept wildcard characters: False
219
+ ` ` `
220
+
221
+ # ## -IncludeGrantSendOnBehalfToWithDisplayNames
222
+ {{ Fill IncludeGrantSendOnBehalfToWithDisplayNames Description }}
223
+
224
+ ` ` ` yaml
225
+ Type: SwitchParameter
226
+ Parameter Sets: (All)
227
+ Aliases:
228
+ Applicable: Exchange Online, Exchange Online Protection
229
+
230
+ Required: False
231
+ Position: Named
232
+ Default value: None
233
+ Accept pipeline input: False
234
+ Accept wildcard characters: False
235
+ ` ` `
236
+
237
+ # ## -IncludeModeratedByWithDisplayNames
238
+ {{ Fill IncludeModeratedByWithDisplayNames Description }}
239
+
240
+ ` ` ` yaml
241
+ Type: SwitchParameter
242
+ Parameter Sets: (All)
243
+ Aliases:
244
+ Applicable: Exchange Online, Exchange Online Protection
245
+
246
+ Required: False
247
+ Position: Named
248
+ Default value: None
249
+ Accept pipeline input: False
250
+ Accept wildcard characters: False
251
+ ` ` `
252
+
253
+ # ## -IncludeRejectMessagesFromSendersOrMembersWithDisplayNames
254
+ {{ Fill IncludeRejectMessagesFromSendersOrMembersWithDisplayNames Description }}
255
+
256
+ ` ` ` yaml
257
+ Type: SwitchParameter
258
+ Parameter Sets: (All)
259
+ Aliases:
260
+ Applicable: Exchange Online, Exchange Online Protection
261
+
262
+ Required: False
263
+ Position: Named
264
+ Default value: None
265
+ Accept pipeline input: False
266
+ Accept wildcard characters: False
267
+ ` ` `
268
+
179
269
# ## -IncludeSoftDeletedGroups
180
270
The IncludeSoftDeletedGroups switch specifies whether to include soft-deleted Microsoft 365 Groups in the results. You don't need to specify a value with this switch.
181
271
0 commit comments