Skip to content

Commit 7169b20

Browse files
authored
Update Get-CASMailbox.md
1 parent 5a831e5 commit 7169b20

File tree

1 file changed

+41
-50
lines changed

1 file changed

+41
-50
lines changed

exchange/exchange-ps/exchange/Get-CASMailbox.md

Lines changed: 41 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,42 @@ This example filters the cmdlet output to only include Shared mailboxes.
111111

112112
## PARAMETERS
113113

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+
114150
### -ActiveSyncDebugLogging
115151
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.
116152
@@ -235,42 +271,6 @@ Accept pipeline input: False
235271
Accept wildcard characters: False
236272
```
237273

238-
### -Identity
239-
The Identity parameter specifies the mailbox that you want to view. You can use any value that uniquely identifies the mailbox. For example:
240-
241-
- Name
242-
243-
- Alias
244-
245-
- Distinguished name (DN)
246-
247-
- Canonical DN
248-
249-
- \<domain name\>\\\<account name\>
250-
251-
- Email address
252-
253-
- GUID
254-
255-
- LegacyExchangeDN
256-
257-
- SamAccountName
258-
259-
- User ID or user principal name (UPN)
260-
261-
```yaml
262-
Type: MailboxIdParameter
263-
Parameter Sets: Identity
264-
Aliases:
265-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
266-
267-
Required: False
268-
Position: 1
269-
Default value: None
270-
Accept pipeline input: True
271-
Accept wildcard characters: False
272-
```
273-
274274
### -IgnoreDefaultScope
275275
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.
276276

@@ -420,28 +420,19 @@ Accept wildcard characters: False
420420
```
421421

422422
### -RecipientTypeDetails
423-
The RecipientTypeDetails parameter filters the results by the specified mailbox subtype. Valid values are:
423+
This parameter is available only in the cloud-based service.
424424

425-
- DiscoveryMailbox
425+
The RecipientTypeDetails parameter filters the results by the specified recipient subtype. Valid values are:
426426

427+
- DiscoveryMailbox
427428
- EquipmentMailbox
428-
429-
- GroupMailbox
430-
431429
- LegacyMailbox
432-
433430
- LinkedMailbox
434-
435431
- LinkedRoomMailbox
436-
432+
- MailUser
437433
- RoomMailbox
438-
439-
- SchedulingMailbox
440-
441434
- SharedMailbox
442-
443435
- TeamMailbox
444-
445436
- UserMailbox
446437

447438
You can specify multiple values separated by commas.
@@ -450,7 +441,7 @@ You can specify multiple values separated by commas.
450441
Type: RecipientTypeDetails[]
451442
Parameter Sets: (All)
452443
Aliases:
453-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
444+
Applicable: Exchange Online
454445
455446
Required: False
456447
Position: Named

0 commit comments

Comments
 (0)