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 uses the Get-CASMailbox cmdlet to determine who in the organization has an Exchange ActiveSync mobile device. For each mobile device, the Exchange ActiveSync device statistics are retrieved.
This example uses the Get-CASMailbox cmdlet to determine who in the organization has an Exchange ActiveSync mobile device. For each mobile device, the Exchange ActiveSync device statistics are retrieved.
@@ -74,6 +83,21 @@ If you configure OABs to use public folder distribution, but your organization d
74
83
75
84
## PARAMETERS
76
85
86
+
### -Name
87
+
The Name parameter specifies the unique name of the OAB. The maximum length is 64 characters. If the value contains spaces, enclose the value in quotation marks.
88
+
89
+
```yaml
90
+
Type: String
91
+
Parameter Sets: (All)
92
+
Aliases:
93
+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
94
+
Required: True
95
+
Position: 1
96
+
Default value: None
97
+
Accept pipeline input: False
98
+
Accept wildcard characters: False
99
+
```
100
+
77
101
### -AddressLists
78
102
The AddressLists parameter specifies the address lists or global address lists that are included in the OAB. You can use any value that uniquely identifies the address list. For example:
79
103
@@ -99,21 +123,6 @@ Accept pipeline input: False
99
123
Accept wildcard characters: False
100
124
```
101
125
102
-
### -Name
103
-
The Name parameter specifies the unique name of the OAB. The maximum length is 64 characters. If the value contains spaces, enclose the value in quotation marks.
104
-
105
-
```yaml
106
-
Type: String
107
-
Parameter Sets: (All)
108
-
Aliases:
109
-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
110
-
Required: True
111
-
Position: 1
112
-
Default value: None
113
-
Accept pipeline input: False
114
-
Accept wildcard characters: False
115
-
```
116
-
117
126
### -Confirm
118
127
The Confirm switch specifies whether to show or hide the confirmation prompt. How this switch affects the cmdlet depends on if the cmdlet requires confirmation before proceeding.
119
128
@@ -165,6 +174,51 @@ Accept pipeline input: False
165
174
Accept wildcard characters: False
166
175
```
167
176
177
+
### -GeneratingMailbox
178
+
This parameter is available only in on-premises Exchange.
179
+
180
+
The GeneratingMailbox parameter specifies the arbitration mailbox where the OAB is generated. Specifically, the arbitration mailbox must contain the OrganizationCapabilityOABGen value for the PersistedCapability property. An arbitration mailbox with this capability is also known as an organization mailbox. You can use any value that uniquely identifies the mailbox.
181
+
182
+
For example:
183
+
184
+
- Name
185
+
186
+
- Display name
187
+
188
+
- Alias
189
+
190
+
- Distinguished name (DN)
191
+
192
+
- Canonical DN
193
+
194
+
- \<domain name\>\\\<account name\>
195
+
196
+
- Email address
197
+
198
+
- GUID
199
+
200
+
- LegacyExchangeDN
201
+
202
+
- SamAccountName
203
+
204
+
- User ID or user principal name (UPN)
205
+
206
+
The default value for this parameter is the organization mailbox named SystemMailbox{bb558c35-97f1-4cb9-8ff7-d53741dc928c}.
207
+
208
+
A single organization mailbox can generate multiple OABs (you can use the same value for this parameter in the settings of multiple OABs), but in Exchange 2013 CU5 or later, an OAB can only be generated by a single organization mailbox (this parameter doesn't accept multiple values). To have a read only copy of the OAB (also known as a shadow copy) available in other organization mailboxes, use the ShadowMailboxDistributionEnabled parameter.
209
+
210
+
```yaml
211
+
Type: MailboxIdParameter
212
+
Parameter Sets: (All)
213
+
Aliases:
214
+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
215
+
Required: False
216
+
Position: Named
217
+
Default value: None
218
+
Accept pipeline input: False
219
+
Accept wildcard characters: False
220
+
```
221
+
168
222
### -GlobalWebDistributionEnabled
169
223
This parameter is available only in on-premises Exchange.
170
224
@@ -277,6 +331,29 @@ Accept pipeline input: True
277
331
Accept wildcard characters: False
278
332
```
279
333
334
+
### -ShadowMailboxDistributionEnabled
335
+
This parameter is available only in on-premises Exchange.
336
+
337
+
The ShadowMailboxDistributionEnabled parameter specifies whether a read only copy of the OAB (also known as a shadow copy) is distributed to all other OAB generation mailboxes (also known as organization mailboxes). This allows additional Mailbox servers to be endpoints for requests to download the OAB, which can help prevent users from downloading the OAB across slow WAN links. Valid values are:
338
+
339
+
- $true: The OAB is distributed to all other organization mailboxes.
340
+
341
+
- $false: The OAB is isn't distributed to other organization mailboxes. This is the default value.
342
+
343
+
The value of this parameter is only meaningful if you have multiple organization mailboxes, and is only beneficial in Exchange organizations that have multiple Active Directory sites.
344
+
345
+
```yaml
346
+
Type: $true | $false
347
+
Parameter Sets: (All)
348
+
Aliases:
349
+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
350
+
Required: False
351
+
Position: Named
352
+
Default value: None
353
+
Accept pipeline input: False
354
+
Accept wildcard characters: False
355
+
```
356
+
280
357
### -SkipPublicFolderInitialization
281
358
This parameter is available or functional only in Exchange Server 2010.
282
359
@@ -367,74 +444,6 @@ Accept pipeline input: False
367
444
Accept wildcard characters: False
368
445
```
369
446
370
-
### -GeneratingMailbox
371
-
This parameter is available only in on-premises Exchange.
372
-
373
-
The GeneratingMailbox parameter specifies the arbitration mailbox where the OAB is generated. Specifically, the arbitration mailbox must contain the OrganizationCapabilityOABGen value for the PersistedCapability property. An arbitration mailbox with this capability is also known as an organization mailbox. You can use any value that uniquely identifies the mailbox.
374
-
375
-
For example:
376
-
377
-
- Name
378
-
379
-
- Display name
380
-
381
-
- Alias
382
-
383
-
- Distinguished name (DN)
384
-
385
-
- Canonical DN
386
-
387
-
- \<domain name\>\\\<account name\>
388
-
389
-
- Email address
390
-
391
-
- GUID
392
-
393
-
- LegacyExchangeDN
394
-
395
-
- SamAccountName
396
-
397
-
- User ID or user principal name (UPN)
398
-
399
-
The default value for this parameter is the organization mailbox named SystemMailbox{bb558c35-97f1-4cb9-8ff7-d53741dc928c}.
400
-
401
-
A single organization mailbox can generate multiple OABs (you can use the same value for this parameter in the settings of multiple OABs), but in Exchange 2013 CU5 or later, an OAB can only be generated by a single organization mailbox (this parameter doesn't accept multiple values). To have a read only copy of the OAB (also known as a shadow copy) available in other organization mailboxes, use the ShadowMailboxDistributionEnabled parameter.
402
-
403
-
```yaml
404
-
Type: MailboxIdParameter
405
-
Parameter Sets: (All)
406
-
Aliases:
407
-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
408
-
Required: False
409
-
Position: Named
410
-
Default value: None
411
-
Accept pipeline input: False
412
-
Accept wildcard characters: False
413
-
```
414
-
415
-
### -ShadowMailboxDistributionEnabled
416
-
This parameter is available only in on-premises Exchange.
417
-
418
-
The ShadowMailboxDistributionEnabled parameter specifies whether a read only copy of the OAB (also known as a shadow copy) is distributed to all other OAB generation mailboxes (also known as organization mailboxes). This allows additional Mailbox servers to be endpoints for requests to download the OAB, which can help prevent users from downloading the OAB across slow WAN links. Valid values are:
419
-
420
-
- $true: The OAB is distributed to all other organization mailboxes.
421
-
422
-
- $false: The OAB is isn't distributed to other organization mailboxes. This is the default value.
423
-
424
-
The value of this parameter is only meaningful if you have multiple organization mailboxes, and is only beneficial in Exchange organizations that have multiple Active Directory sites.
425
-
426
-
```yaml
427
-
Type: $true | $false
428
-
Parameter Sets: (All)
429
-
Aliases:
430
-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
431
-
Required: False
432
-
Position: Named
433
-
Default value: None
434
-
Accept pipeline input: False
435
-
Accept wildcard characters: False
436
-
```
437
-
438
447
### CommonParameters
439
448
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).
This cmdlet is available only in the cloud-based service.
12
+
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the other.
13
13
14
-
Use the Remove-CalendarEvents cmdlet to cancel future meetings in user or resource mailboxes in Office 365. Cancelling future meetings removes them from attendee and resource calendars (for example, you're going to remove the mailbox, or the user is going on a leave of absence).
14
+
Use the Remove-CalendarEvents cmdlet to cancel future meetings in user or resource mailboxes. Cancelling future meetings removes them from attendee and resource calendars (for example, you're going to remove the mailbox, or the user is going on a leave of absence).
15
15
16
16
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
0 commit comments