Skip to content

Commit 7d4f1f3

Browse files
committed
Adding missing ExO parameters
Per recent blind cmdlet sweep
1 parent 4566ac8 commit 7d4f1f3

13 files changed

+269
-40
lines changed

exchange/exchange-ps/exchange/Get-CalendarDiagnosticObjects.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2222

2323
```
2424
Get-CalendarDiagnosticObjects [-Identity] <UnifiedGroupOrUserMailboxIdParameter>
25+
[-AutoRequeryOnMeetingId <Boolean>
2526
[-ConfigurationName <String>]
2627
[-CustomPropertyNames <String[]>]
2728
[-EndDate <ExDateTime>]
@@ -30,6 +31,7 @@ Get-CalendarDiagnosticObjects [-Identity] <UnifiedGroupOrUserMailboxIdParameter>
3031
[-ExactMatch <Boolean>]
3132
[-ItemClass <String[]>]
3233
[-ItemIds <String[]>]
34+
[-MaxResults <Int32>]
3335
[-MeetingId <String>]
3436
[-ODataId <String>]
3537
[-ResultSize <Unlimited>]
@@ -116,6 +118,22 @@ Accept pipeline input: True
116118
Accept wildcard characters: False
117119
```
118120
121+
### -AutoRequeryOnMeetingId
122+
{{ Fill AutoRequeryOnMeetingId Description }}
123+
124+
```yaml
125+
Type: Boolean
126+
Parameter Sets: (All)
127+
Aliases:
128+
Applicable: Exchange Online
129+
130+
Required: False
131+
Position: Named
132+
Default value: None
133+
Accept pipeline input: False
134+
Accept wildcard characters: False
135+
```
136+
119137
### -ConfigurationName
120138
{{ Fill ConfigurationName Description }}
121139
@@ -257,6 +275,22 @@ Accept pipeline input: False
257275
Accept wildcard characters: False
258276
```
259277
278+
### -MaxResults
279+
{{ Fill MaxResults Description }}
280+
281+
```yaml
282+
Type: Int32
283+
Parameter Sets: (All)
284+
Aliases:
285+
Applicable: Exchange Online
286+
287+
Required: False
288+
Position: Named
289+
Default value: None
290+
Accept pipeline input: False
291+
Accept wildcard characters: False
292+
```
293+
260294
### -MeetingId
261295
The MeetingId parameter filters the results by the globally unique identifier of the calendar item. The value is the CleanGlobalObjectId property of the calendar item that's available in the output of this cmdlet, or by using other MAPI examination tools. An example value is 040000008200E00074C5B7101A82E00800000000B0225ABF0710C80100000000000000001000000005B27C05AA7C4646B0835D5EB4E41C55. This value is constant throughout the lifetime of the calendar item.
262296

exchange/exchange-ps/exchange/Get-Mailbox.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Get-Mailbox [-Anr <String>]
3535
[-GroupMailbox]
3636
[-IgnoreDefaultScope]
3737
[-InactiveMailboxOnly]
38+
[-IncludeEmailAddressDisplayNames]
3839
[-IncludeInactiveMailbox]
3940
[-Migration]
4041
[-Monitoring]
@@ -88,6 +89,7 @@ Get-Mailbox [[-Identity] <MailboxIdParameter>]
8889
[-GroupMailbox]
8990
[-IgnoreDefaultScope]
9091
[-InactiveMailboxOnly]
92+
[-IncludeEmailAddressDisplayNames]
9193
[-IncludeInactiveMailbox]
9294
[-Migration]
9395
[-Monitoring]
@@ -135,6 +137,7 @@ Get-Mailbox [-MailboxPlan <MailboxPlanIdParameter>]
135137
[-Filter <String>]
136138
[-GroupMailbox]
137139
[-InactiveMailboxOnly]
140+
[-IncludeEmailAddressDisplayNames]
138141
[-IncludeInactiveMailbox]
139142
[-Migration]
140143
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
@@ -471,6 +474,24 @@ Accept pipeline input: False
471474
Accept wildcard characters: False
472475
```
473476

477+
### -IncludeEmailAddressDisplayNames
478+
This parameter is available only in the cloud-based service.
479+
480+
{{ Fill IncludeEmailAddressDisplayNames Description }}
481+
482+
```yaml
483+
Type: SwitchParameter
484+
Parameter Sets: Identity, AnrSet, MailboxPlanSet
485+
Aliases:
486+
Applicable: Exchange Online
487+
488+
Required: False
489+
Position: Named
490+
Default value: None
491+
Accept pipeline input: False
492+
Accept wildcard characters: False
493+
```
494+
474495
### -IncludeInactiveMailbox
475496
This parameter is available only in the cloud-based service.
476497

exchange/exchange-ps/exchange/Get-RecoverableItems.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Get-RecoverableItems -Identity <GeneralMailboxOrMailUserIdParameter[]>
4444
[-FilterStartTime <DateTime>]
4545
[-LastParentFolderID <String>]
4646
[-MaxParallelSize <Int32>]
47+
[-PolicyTag <String[]>]
4748
[-ResultSize <Unlimited>]
4849
[-SourceFolder <RecoverableItemsFolderType>]
4950
[-SubjectContains <String>]
@@ -225,6 +226,24 @@ Accept pipeline input: False
225226
Accept wildcard characters: False
226227
```
227228
229+
### -PolicyTag
230+
This parameter is available only in the cloud-based service.
231+
232+
{{ Fill PolicyTag Description }}
233+
234+
```yaml
235+
Type: String[]
236+
Parameter Sets: Cloud
237+
Aliases:
238+
Applicable: Exchange Online
239+
240+
Required: False
241+
Position: Named
242+
Default value: None
243+
Accept pipeline input: False
244+
Accept wildcard characters: False
245+
```
246+
228247
### -ResultSize
229248
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.
230249

exchange/exchange-ps/exchange/New-Label.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ New-Label [-Name] <String> -DisplayName <String> -Tooltip <String>
8282
[-TeamsAllowedPresenters <Microsoft.Office.CompliancePolicy.PolicyConfiguration.AllowedPresenters>]
8383
[-TeamsAllowMeetingChat <Microsoft.Office.CompliancePolicy.PolicyConfiguration.MeetingChatMode>]
8484
[-TeamsBypassLobbyForDialInUsers <System.Boolean>]
85-
[-TeamsChannelSharedWithSameLabelOnly <System.Boolean>]
8685
[-TeamsCopyRestrictionEnforced <System.Boolean>]
8786
[-TeamsEndToEndEncryptionEnabled <System.Boolean>]
8887
[-TeamsLobbyBypassScope <Microsoft.Office.CompliancePolicy.PolicyConfiguration.LobbyBypassScope>]
@@ -1323,22 +1322,6 @@ Accept pipeline input: False
13231322
Accept wildcard characters: False
13241323
```
13251324

1326-
### -TeamsChannelSharedWithSameLabelOnly
1327-
{{ Fill TeamsChannelSharedWithSameLabelOnly Description }}
1328-
1329-
```yaml
1330-
Type: System.Boolean
1331-
Parameter Sets: (All)
1332-
Aliases:
1333-
Applicable: Security & Compliance
1334-
1335-
Required: False
1336-
Position: Named
1337-
Default value: None
1338-
Accept pipeline input: False
1339-
Accept wildcard characters: False
1340-
```
1341-
13421325
### -TeamsCopyRestrictionEnforced
13431326
The TeamsCopyRestrictionEnforced parameter controls whether chat messages in Teams meetings can be copied to the clipboard. Valid values are:
13441327

exchange/exchange-ps/exchange/Set-CalendarProcessing.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Set-CalendarProcessing [-Identity] <MailboxIdParameter>
5252
[-MinimumDurationInMinutes <Int32>]
5353
[-OrganizerInfo <Boolean>]
5454
[-ProcessExternalMeetingMessages <Boolean>]
55+
[-RemoveCanceledMeetings <Boolean>
5556
[-RemoveForwardedMeetingNotifications <Boolean>]
5657
[-RemoveOldMeetingMessages <Boolean>]
5758
[-RemovePrivateProperty <Boolean>]
@@ -748,6 +749,24 @@ Accept pipeline input: False
748749
Accept wildcard characters: False
749750
```
750751

752+
### -RemoveCanceledMeetings
753+
This parameter is available only in the cloud-based service.
754+
755+
{{ Fill RemoveCanceledMeetings Description }}
756+
757+
```yaml
758+
Type: Boolean
759+
Parameter Sets: (All)
760+
Aliases:
761+
Applicable: Exchange Online
762+
763+
Required: False
764+
Position: Named
765+
Default value: None
766+
Accept pipeline input: False
767+
Accept wildcard characters: False
768+
```
769+
751770
### -RemoveForwardedMeetingNotifications
752771
The RemoveForwardedMeetingNotifications parameter specifies whether forwarded meeting notifications are moved to the Deleted Items folder after they're processed by the Calendar Attendant. Valid values are:
753772

exchange/exchange-ps/exchange/Set-Label.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ Set-Label [-Identity] <ComplianceRuleIdParameter>
8282
[-TeamsAllowedPresenters <Microsoft.Office.CompliancePolicy.PolicyConfiguration.AllowedPresenters>]
8383
[-TeamsAllowMeetingChat <Microsoft.Office.CompliancePolicy.PolicyConfiguration.MeetingChatMode>]
8484
[-TeamsBypassLobbyForDialInUsers <System.Boolean>]
85-
[-TeamsChannelSharedWithSameLabelOnly <System.Boolean>]
8685
[-TeamsCopyRestrictionEnforced <System.Boolean>]
8786
[-TeamsEndToEndEncryptionEnabled <System.Boolean>]
8887
[-TeamsLobbyBypassScope <Microsoft.Office.CompliancePolicy.PolicyConfiguration.LobbyBypassScope>]
@@ -1297,22 +1296,6 @@ Accept pipeline input: False
12971296
Accept wildcard characters: False
12981297
```
12991298

1300-
### -TeamsChannelSharedWithSameLabelOnly
1301-
{{ Fill TeamsChannelSharedWithSameLabelOnly Description }}
1302-
1303-
```yaml
1304-
Type: System.Boolean
1305-
Parameter Sets: (All)
1306-
Aliases:
1307-
Applicable: Security & Compliance
1308-
1309-
Required: False
1310-
Position: Named
1311-
Default value: None
1312-
Accept pipeline input: False
1313-
Accept wildcard characters: False
1314-
```
1315-
13161299
### -TeamsCopyRestrictionEnforced
13171300
The TeamsCopyRestrictionEnforced parameter controls whether chat messages in Teams meetings can be copied to the clipboard. Valid values are:
13181301

exchange/exchange-ps/exchange/Set-MailUser.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1958,8 +1958,6 @@ Accept wildcard characters: False
19581958
```
19591959

19601960
### -MaxReceiveSize
1961-
This parameter is available only in on-premises Exchange.
1962-
19631961
The MaxReceiveSize parameter specifies the maximum size of a message that can be sent to the mail user. Messages larger than the maximum size are rejected.
19641962

19651963
When you enter a value, qualify the value with one of the following units:
@@ -1979,7 +1977,7 @@ Base64 encoding increases the size of messages by approximately 33%, so specify
19791977
Type: Unlimited
19801978
Parameter Sets: Default
19811979
Aliases:
1982-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
1980+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
19831981
19841982
Required: False
19851983
Position: Named
@@ -1989,8 +1987,6 @@ Accept wildcard characters: False
19891987
```
19901988

19911989
### -MaxSendSize
1992-
This parameter is available only in on-premises Exchange.
1993-
19941990
The MaxSendSize parameter specifies the maximum size of a message that can be sent by the mail user.
19951991

19961992
When you enter a value, qualify the value with one of the following units:
@@ -2010,7 +2006,7 @@ Base64 encoding increases the size of messages by approximately 33%, so specify
20102006
Type: Unlimited
20112007
Parameter Sets: Default
20122008
Aliases:
2013-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
2009+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
20142010
20152011
Required: False
20162012
Position: Named

exchange/exchange-ps/exchange/Set-Mailbox.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ Set-Mailbox [-Identity] <MailboxIdParameter>
251251
[-DeliverToMailboxAndForward <Boolean>]
252252
[-DisplayName <String>]
253253
[-ElcProcessingDisabled <Boolean>]
254+
[-EmailAddressDisplayNames <MultiValuedProperty>]
254255
[-EmailAddresses <ProxyAddressCollection>]
255256
[-EnableRoomMailboxAccount <Boolean>]
256257
[-EndDateForRetentionHold <DateTime>]
@@ -382,6 +383,7 @@ Set-Mailbox [-Identity] <MailboxIdParameter>
382383
[-DeliverToMailboxAndForward <Boolean>]
383384
[-DisplayName <String>]
384385
[-ElcProcessingDisabled <Boolean>]
386+
[-EmailAddressDisplayNames <MultiValuedProperty>]
385387
[-EmailAddresses <ProxyAddressCollection>]
386388
[-EnableRoomMailboxAccount <Boolean>]
387389
[-EndDateForRetentionHold <DateTime>]
@@ -513,6 +515,7 @@ Set-Mailbox [-Identity] <MailboxIdParameter>
513515
[-DeliverToMailboxAndForward <Boolean>]
514516
[-DisplayName <String>]
515517
[-ElcProcessingDisabled <Boolean>]
518+
[-EmailAddressDisplayNames <MultiValuedProperty>]
516519
[-EmailAddresses <ProxyAddressCollection>]
517520
[-EnableRoomMailboxAccount <Boolean>]
518521
[-EndDateForRetentionHold <DateTime>]
@@ -644,6 +647,7 @@ Set-Mailbox [-Identity] <MailboxIdParameter>
644647
[-DeliverToMailboxAndForward <Boolean>]
645648
[-DisplayName <String>]
646649
[-ElcProcessingDisabled <Boolean>]
650+
[-EmailAddressDisplayNames <MultiValuedProperty>]
647651
[-EmailAddresses <ProxyAddressCollection>]
648652
[-EnableRoomMailboxAccount <Boolean>]
649653
[-EndDateForRetentionHold <DateTime>]
@@ -773,6 +777,7 @@ Set-Mailbox [-Identity] <MailboxIdParameter>
773777
[-DeliverToMailboxAndForward <Boolean>]
774778
[-DisplayName <String>]
775779
[-ElcProcessingDisabled <Boolean>]
780+
[-EmailAddressDisplayNames <MultiValuedProperty>]
776781
[-EmailAddresses <ProxyAddressCollection>]
777782
[-EnableRoomMailboxAccount <Boolean>]
778783
[-EndDateForRetentionHold <System.DateTime>]
@@ -903,6 +908,7 @@ Set-Mailbox [-Identity] <MailboxIdParameter>
903908
[-DeliverToMailboxAndForward <Boolean>]
904909
[-DisplayName <String>]
905910
[-ElcProcessingDisabled <Boolean>]
911+
[-EmailAddressDisplayNames <MultiValuedProperty>]
906912
[-EmailAddresses <ProxyAddressCollection>]
907913
[-EnableRoomMailboxAccount <Boolean>]
908914
[-EndDateForRetentionHold <DateTime>]
@@ -1033,6 +1039,7 @@ Set-Mailbox [-Identity] <MailboxIdParameter>
10331039
[-DeliverToMailboxAndForward <Boolean>]
10341040
[-DisplayName <String>]
10351041
[-ElcProcessingDisabled <Boolean>]
1042+
[-EmailAddressDisplayNames <MultiValuedProperty>]
10361043
[-EmailAddresses <ProxyAddressCollection>]
10371044
[-EnableRoomMailboxAccount <Boolean>]
10381045
[-EndDateForRetentionHold <DateTime>]
@@ -2513,6 +2520,24 @@ Accept pipeline input: False
25132520
Accept wildcard characters: False
25142521
```
25152522

2523+
### -EmailAddressDisplayNames
2524+
This parameter is available only in the cloud-based service.
2525+
2526+
{{ Fill EmailAddressDisplayNames Description }}
2527+
2528+
```yaml
2529+
Type:
2530+
Parameter Sets: ExcludeFromAllOrgHolds, ExcludeFromOrgHolds, RecalculateInactiveMailbox, RemoveDelayHoldApplied, RemoveDelayReleaseHoldApplied, RemoveDisabledArchive, RemoveOrphanedHolds
2531+
Aliases:
2532+
Applicable: Exchange Online
2533+
2534+
Required: False
2535+
Position: Named
2536+
Default value: None
2537+
Accept pipeline input: False
2538+
Accept wildcard characters: False
2539+
```
2540+
25162541
### -EmailAddresses
25172542
The EmailAddresses parameter specifies all the email addresses (proxy addresses) for the recipient, including the primary SMTP address. In on-premises Exchange organizations, the primary SMTP address and other proxy addresses are typically set by email address policies. However, you can use this parameter to configure other proxy addresses for the recipient. For more information, see [Email address policies in Exchange Server](https://learn.microsoft.com/Exchange/email-addresses-and-address-books/email-address-policies/email-address-policies).
25182543

exchange/exchange-ps/exchange/Set-MailboxCalendarConfiguration.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ Set-MailboxCalendarConfiguration [-Identity] <MailboxIdParameter>
7272
[-InvoiceEventsFromEmailEnabled <Boolean>]
7373
[-OnlineMeetingsByDefaultEnabled <System.Boolean>]
7474
[-PackageDeliveryEventsFromEmailEnabled <Boolean>]
75+
[-PreserveDeclinedMeetings <Boolean>]
7576
[-RemindersEnabled <Boolean>]
7677
[-ReminderSoundEnabled <Boolean>]
7778
[-RentalCarEventsFromEmailEnabled <Boolean>]
@@ -120,6 +121,7 @@ Set-MailboxCalendarConfiguration [-MailboxLocation <MailboxLocationIdParameter>]
120121
[-InvoiceEventsFromEmailEnabled <Boolean>]
121122
[-OnlineMeetingsByDefaultEnabled <System.Boolean>]
122123
[-PackageDeliveryEventsFromEmailEnabled <Boolean>]
124+
[-PreserveDeclinedMeetings <Boolean>]
123125
[-RemindersEnabled <Boolean>]
124126
[-ReminderSoundEnabled <Boolean>]
125127
[-RentalCarEventsFromEmailEnabled <Boolean>]
@@ -741,6 +743,24 @@ Accept pipeline input: False
741743
Accept wildcard characters: False
742744
```
743745

746+
### -PreserveDeclinedMeetings
747+
This parameter is available only in the cloud-based service.
748+
749+
{{ Fill PreserveDeclinedMeetings Description }}
750+
751+
```yaml
752+
Type: Boolean
753+
Parameter Sets: Identity, MailboxLocation
754+
Aliases:
755+
Applicable: Exchange Online
756+
757+
Required: False
758+
Position: Named
759+
Default value: None
760+
Accept pipeline input: False
761+
Accept wildcard characters: False
762+
```
763+
744764
### -RemindersEnabled
745765
The RemindersEnabled parameter enables or disables reminders for calendar items. Valid values are:
746766

0 commit comments

Comments
 (0)