You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example filters the cmdlet output to only include Shared mailboxes.
111
+
102
112
## PARAMETERS
103
113
104
114
### -ActiveSyncDebugLogging
@@ -409,6 +419,46 @@ Accept pipeline input: False
409
419
Accept wildcard characters: False
410
420
```
411
421
422
+
### -RecipientTypeDetails
423
+
The RecipientTypeDetails parameter filters the results by the specified mailbox subtype. Valid values are:
424
+
425
+
- DiscoveryMailbox
426
+
427
+
- EquipmentMailbox
428
+
429
+
- GroupMailbox
430
+
431
+
- LegacyMailbox
432
+
433
+
- LinkedMailbox
434
+
435
+
- LinkedRoomMailbox
436
+
437
+
- RoomMailbox
438
+
439
+
- SchedulingMailbox
440
+
441
+
- SharedMailbox
442
+
443
+
- TeamMailbox
444
+
445
+
- UserMailbox
446
+
447
+
You can specify multiple values separated by commas.
448
+
449
+
```yaml
450
+
Type: RecipientTypeDetails[]
451
+
Parameter Sets: (All)
452
+
Aliases:
453
+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
454
+
455
+
Required: False
456
+
Position: Named
457
+
Default value: None
458
+
Accept pipeline input: False
459
+
Accept wildcard characters: False
460
+
```
461
+
412
462
### -ResultSize
413
463
The ResultSize parameter specifies the maximum number of results to return. If you want to return all requests that match the query, use unlimited for the value of this parameter. The default value is 1000.
0 commit comments