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
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Get-CASMailbox.md
+41-50Lines changed: 41 additions & 50 deletions
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,42 @@ This example filters the cmdlet output to only include Shared mailboxes.
111
111
112
112
## PARAMETERS
113
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
+
114
150
### -ActiveSyncDebugLogging
115
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.
116
152
@@ -235,42 +271,6 @@ Accept pipeline input: False
235
271
Accept wildcard characters: False
236
272
```
237
273
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
-
274
274
### -IgnoreDefaultScope
275
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.
0 commit comments