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
In Exchange Online, this example filters the cmdlet output to only include shared mailboxes.
111
+
102
112
## PARAMETERS
103
113
114
+
### -Identity
115
+
The Identity parameter specifies the mailbox that you want to view. You can use any value that uniquely identifies the mailbox. For example:
116
+
117
+
- Name
118
+
119
+
- Alias
120
+
121
+
- Distinguished name (DN)
122
+
123
+
- Canonical DN
124
+
125
+
-\<domain name\>\\\<account name\>
126
+
127
+
- Email address
128
+
129
+
- GUID
130
+
131
+
- LegacyExchangeDN
132
+
133
+
- SamAccountName
134
+
135
+
- User ID or user principal name (UPN)
136
+
137
+
```yaml
138
+
Type: MailboxIdParameter
139
+
Parameter Sets: Identity
140
+
Aliases:
141
+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
142
+
143
+
Required: False
144
+
Position: 1
145
+
Default value: None
146
+
Accept pipeline input: True
147
+
Accept wildcard characters: False
148
+
```
149
+
104
150
### -ActiveSyncDebugLogging
105
151
The ActiveSyncDebugLogging switch shows the actual value of the ActiveSyncDebugLogging property for the mailbox. If you don't use this switch, the value always appears as $false.
106
152
@@ -225,42 +271,6 @@ Accept pipeline input: False
225
271
Accept wildcard characters: False
226
272
```
227
273
228
-
### -Identity
229
-
The Identity parameter specifies the mailbox that you want to view. You can use any value that uniquely identifies the mailbox. For example:
230
-
231
-
- Name
232
-
233
-
- Alias
234
-
235
-
- Distinguished name (DN)
236
-
237
-
- Canonical DN
238
-
239
-
- \<domain name\>\\\<account name\>
240
-
241
-
- Email address
242
-
243
-
- GUID
244
-
245
-
- LegacyExchangeDN
246
-
247
-
- SamAccountName
248
-
249
-
- User ID or user principal name (UPN)
250
-
251
-
```yaml
252
-
Type: MailboxIdParameter
253
-
Parameter Sets: Identity
254
-
Aliases:
255
-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
256
-
257
-
Required: False
258
-
Position: 1
259
-
Default value: None
260
-
Accept pipeline input: True
261
-
Accept wildcard characters: False
262
-
```
263
-
264
274
### -IgnoreDefaultScope
265
275
The IgnoreDefaultScope switch tells the command to ignore the default recipient scope setting for the Exchange Management Shell session, and to use the entire forest as the scope. This allows the command to access Active Directory objects that aren't currently available in the default scope.
266
276
@@ -409,6 +419,37 @@ Accept pipeline input: False
409
419
Accept wildcard characters: False
410
420
```
411
421
422
+
### -RecipientTypeDetails
423
+
This parameter is available only in the cloud-based service.
424
+
425
+
The RecipientTypeDetails parameter filters the results by the specified recipient subtype. Valid values are:
426
+
427
+
- DiscoveryMailbox
428
+
- EquipmentMailbox
429
+
- LegacyMailbox
430
+
- LinkedMailbox
431
+
- LinkedRoomMailbox
432
+
- MailUser
433
+
- RoomMailbox
434
+
- SharedMailbox
435
+
- TeamMailbox
436
+
- UserMailbox
437
+
438
+
You can specify multiple values separated by commas.
439
+
440
+
```yaml
441
+
Type: RecipientTypeDetails[]
442
+
Parameter Sets: (All)
443
+
Aliases:
444
+
Applicable: Exchange Online
445
+
446
+
Required: False
447
+
Position: Named
448
+
Default value: None
449
+
Accept pipeline input: False
450
+
Accept wildcard characters: False
451
+
```
452
+
412
453
### -ResultSize
413
454
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