Skip to content

Commit dcbf381

Browse files
committed
Added newly discovered exo params
1 parent c80bcfa commit dcbf381

File tree

8 files changed

+164
-0
lines changed

8 files changed

+164
-0
lines changed

exchange/exchange-ps/exchange/New-InboundConnector.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ New-InboundConnector [-Name] <String> -SenderDomains <MultiValuedProperty>
4343
[-SenderIPAddresses <MultiValuedProperty>]
4444
[-TlsSenderCertificateName <TlsCertificate>]
4545
[-TreatMessagesAsInternal <Boolean>]
46+
[-TrustedOrganizations <MultiValuedProperty>]
4647
[-WhatIf]
4748
[<CommonParameters>]
4849
```
@@ -472,6 +473,24 @@ Accept pipeline input: False
472473
Accept wildcard characters: False
473474
```
474475

476+
### -TrustedOrganizations
477+
This parameter is available only in the cloud-based service.
478+
479+
{{ Fill TrustedOrganizations Description }}
480+
481+
```yaml
482+
Type:
483+
Parameter Sets: (All)
484+
Aliases:
485+
Applicable: Exchange Online, Exchange Online Protection
486+
487+
Required: False
488+
Position: Named
489+
Default value: None
490+
Accept pipeline input: False
491+
Accept wildcard characters: False
492+
```
493+
475494
### -WhatIf
476495
The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch.
477496

exchange/exchange-ps/exchange/New-InboxRule.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ New-InboxRule [-Name] <String>
8686
[-SendTextMessageNotificationTo <MultiValuedProperty>]
8787
[-SentOnlyToMe <Boolean>]
8888
[-SentTo <RecipientIdParameter[]>]
89+
[-SoftDeleteMessage <Boolean>]
8990
[-StopProcessingRules <Boolean>]
9091
[-SubjectContainsWords <MultiValuedProperty>]
9192
[-SubjectOrBodyContainsWords <MultiValuedProperty>]
@@ -1578,6 +1579,24 @@ Accept pipeline input: False
15781579
Accept wildcard characters: False
15791580
```
15801581

1582+
### -SoftDeleteMessage
1583+
This parameter is available only in the cloud-based service.
1584+
1585+
{{ Fill SoftDeleteMessage Description }}
1586+
1587+
```yaml
1588+
Type: Boolean
1589+
Parameter Sets: Identity
1590+
Aliases:
1591+
Applicable: Exchange Online
1592+
1593+
Required: False
1594+
Position: Named
1595+
Default value: None
1596+
Accept pipeline input: False
1597+
Accept wildcard characters: False
1598+
```
1599+
15811600
### -StopProcessingRules
15821601
The StopProcessingRules parameter specifies an action for the Inbox rule that stops processing additional rules if the conditions of this Inbox rule are met. Valid values are:If set to $true, the StopProcessingRules parameter instructs Exchange to stop processing additional rules if the conditions of this Inbox rule are met.
15831602

exchange/exchange-ps/exchange/New-MalwareFilterPolicy.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ New-MalwareFilterPolicy [-Name] <String>
4444
[-ExternalSenderAdminAddress <SmtpAddress>]
4545
[-FileTypes <String[]>]
4646
[-InternalSenderAdminAddress <SmtpAddress>]
47+
[-QuarantineTag <String>]
4748
[-RecommendedPolicyType <RecommendedPolicyType>]
4849
[-WhatIf]
4950
[-ZapEnabled <Boolean>]
@@ -536,6 +537,30 @@ Accept pipeline input: False
536537
Accept wildcard characters: False
537538
```
538539

540+
### -QuarantineTag
541+
This parameter is available only in the cloud-based service.
542+
543+
The QuarantineTag specifies the quarantine policy that's used on messages that are quarantined as malware. You can use any value that uniquely identifies the quarantine policy. For example:
544+
545+
- Name
546+
- Distinguished name (DN)
547+
- GUID
548+
549+
Quarantine policies define what users are able to do to quarantined messages based on why the message was quarantined. To view the list of available quarantine policies, run the following command: `Get-QuarantinePolicy | Format-List Name,EndUser*,AdminNotification*`.
550+
551+
```yaml
552+
Type: String
553+
Parameter Sets: (All)
554+
Aliases:
555+
Applicable: Exchange Online, Exchange Online Protection
556+
557+
Required: False
558+
Position: Named
559+
Default value: None
560+
Accept pipeline input: False
561+
Accept wildcard characters: False
562+
```
563+
539564
### -RecommendedPolicyType
540565
This parameter is available only in the cloud-based service.
541566

exchange/exchange-ps/exchange/Set-DynamicDistributionGroup.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Set-DynamicDistributionGroup [-Identity] <DynamicGroupIdParameter>
7474
[-ExtensionCustomAttribute3 <MultiValuedProperty>]
7575
[-ExtensionCustomAttribute4 <MultiValuedProperty>]
7676
[-ExtensionCustomAttribute5 <MultiValuedProperty>]
77+
[-ForceMembershipRefresh]
7778
[-ForceUpgrade]
7879
[-GrantSendOnBehalfTo <MultiValuedProperty>]
7980
[-HiddenFromAddressListsEnabled <Boolean>]
@@ -1284,6 +1285,24 @@ Accept pipeline input: False
12841285
Accept wildcard characters: False
12851286
```
12861287

1288+
### -ForceMembershipRefresh
1289+
This parameter is available only in the cloud-based service.
1290+
1291+
{{ Fill ForceMembershipRefresh Description }}
1292+
1293+
```yaml
1294+
Type: SwitchParameter
1295+
Parameter Sets: (All)
1296+
Aliases:
1297+
Applicable: Exchange Online
1298+
1299+
Required: False
1300+
Position: Named
1301+
Default value: None
1302+
Accept pipeline input: False
1303+
Accept wildcard characters: False
1304+
```
1305+
12871306
### -ForceUpgrade
12881307
The ForceUpgrade switch specifies whether to suppress the confirmation message that appears if the object was created in a previous version of Exchange. You don't need to specify a value with this switch.
12891308

exchange/exchange-ps/exchange/Set-IRMConfiguration.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Set-IRMConfiguration [-Identity <OrganizationIdParameter>]
3838
[-JournalReportDecryptionEnabled <Boolean>]
3939
[-LicensingLocation <MultiValuedProperty>]
4040
[-RefreshServerCertificates]
41+
[-RejectIfRecipientHasNoRights <Boolean>]
4142
[-RMSOnlineKeySharingLocation <Uri>]
4243
[-SearchEnabled <Boolean>]
4344
[-SimplifiedClientAccessDoNotForwardDisabled <Boolean>]
@@ -378,6 +379,24 @@ Accept pipeline input: False
378379
Accept wildcard characters: False
379380
```
380381

382+
### -RejectIfRecipientHasNoRights
383+
This parameter is available only in the cloud-based service.
384+
385+
{{ Fill RejectIfRecipientHasNoRights Description }}
386+
387+
```yaml
388+
Type: Boolean
389+
Parameter Sets: (All)
390+
Aliases:
391+
Applicable: Exchange Online
392+
393+
Required: False
394+
Position: Named
395+
Default value: None
396+
Accept pipeline input: False
397+
Accept wildcard characters: False
398+
```
399+
381400
### -RMSOnlineKeySharingLocation
382401
This parameter is available only in the cloud-based service.
383402

exchange/exchange-ps/exchange/Set-InboundConnector.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Set-InboundConnector [-Identity] <InboundConnectorIdParameter>
4545
[-SenderIPAddresses <MultiValuedProperty>]
4646
[-TlsSenderCertificateName <TlsCertificate>]
4747
[-TreatMessagesAsInternal <Boolean>]
48+
[-TrustedOrganizations <MultiValuedProperty>]
4849
[-WhatIf]
4950
[<CommonParameters>]
5051
```
@@ -482,6 +483,24 @@ Accept pipeline input: False
482483
Accept wildcard characters: False
483484
```
484485

486+
### -TrustedOrganizations
487+
This parameter is available only in the cloud-based service.
488+
489+
{{ Fill TrustedOrganizations Description }}
490+
491+
```yaml
492+
Type:
493+
Parameter Sets: (All)
494+
Aliases:
495+
Applicable: Exchange Online, Exchange Online Protection
496+
497+
Required: False
498+
Position: Named
499+
Default value: None
500+
Accept pipeline input: False
501+
Accept wildcard characters: False
502+
```
503+
485504
### -WhatIf
486505
The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch.
487506

exchange/exchange-ps/exchange/Set-InboxRule.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Set-InboxRule [-Identity] <InboxRuleIdParameter>
8484
[-SendTextMessageNotificationTo <MultiValuedProperty>]
8585
[-SentOnlyToMe <Boolean>]
8686
[-SentTo <RecipientIdParameter[]>]
87+
[-SoftDeleteMessage <Boolean>]
8788
[-StopProcessingRules <Boolean>]
8889
[-SubjectContainsWords <MultiValuedProperty>]
8990
[-SubjectOrBodyContainsWords <MultiValuedProperty>]
@@ -1565,6 +1566,24 @@ Accept pipeline input: False
15651566
Accept wildcard characters: False
15661567
```
15671568

1569+
### -SoftDeleteMessage
1570+
This parameter is available only in the cloud-based service.
1571+
1572+
{{ Fill SoftDeleteMessage Description }}
1573+
1574+
```yaml
1575+
Type: Boolean
1576+
Parameter Sets: (All)
1577+
Aliases:
1578+
Applicable: Exchange Online
1579+
1580+
Required: False
1581+
Position: Named
1582+
Default value: None
1583+
Accept pipeline input: False
1584+
Accept wildcard characters: False
1585+
```
1586+
15681587
### -StopProcessingRules
15691588
The StopProcessingRules parameter specifies an action for the Inbox rule that stops processing additional rules if the conditions of this Inbox rule are met. Valid values are:If set to $true, the StopProcessingRules parameter instructs Exchange to stop processing additional rules if the conditions of this Inbox rule are met.
15701589

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ Set-Mailbox [-Identity] <MailboxIdParameter>
316316
[-RoleAssignmentPolicy <MailboxPolicyIdParameter>]
317317
[-RoomMailboxPassword <SecureString>]
318318
[-RulesQuota <ByteQuantifiedSize>]
319+
[-SchedulerAssistant <Boolean>]
319320
[-SecondaryAddress <String>]
320321
[-SecondaryDialPlan <UMDialPlanIdParameter>]
321322
[-SendModerationNotifications <TransportModerationNotificationFlags>]
@@ -445,6 +446,7 @@ Set-Mailbox [-Identity] <MailboxIdParameter>
445446
[-RoleAssignmentPolicy <MailboxPolicyIdParameter>]
446447
[-RoomMailboxPassword <SecureString>]
447448
[-RulesQuota <ByteQuantifiedSize>]
449+
[-SchedulerAssistant <Boolean>]
448450
[-SecondaryAddress <String>]
449451
[-SecondaryDialPlan <UMDialPlanIdParameter>]
450452
[-SendModerationNotifications <TransportModerationNotificationFlags>]
@@ -574,6 +576,7 @@ Set-Mailbox [-Identity] <MailboxIdParameter>
574576
[-RoleAssignmentPolicy <MailboxPolicyIdParameter>]
575577
[-RoomMailboxPassword <SecureString>]
576578
[-RulesQuota <ByteQuantifiedSize>]
579+
[-SchedulerAssistant <Boolean>]
577580
[-SecondaryAddress <String>]
578581
[-SecondaryDialPlan <UMDialPlanIdParameter>]
579582
[-SendModerationNotifications <TransportModerationNotificationFlags>]
@@ -703,6 +706,7 @@ Set-Mailbox [-Identity] <MailboxIdParameter>
703706
[-RoleAssignmentPolicy <MailboxPolicyIdParameter>]
704707
[-RoomMailboxPassword <SecureString>]
705708
[-RulesQuota <ByteQuantifiedSize>]
709+
[-SchedulerAssistant <Boolean>]
706710
[-SecondaryAddress <String>]
707711
[-SecondaryDialPlan <UMDialPlanIdParameter>]
708712
[-SendModerationNotifications <TransportModerationNotificationFlags>]
@@ -829,6 +833,7 @@ Set-Mailbox [-Identity] <MailboxIdParameter>
829833
[-RoleAssignmentPolicy <MailboxPolicyIdParameter>]
830834
[-RoomMailboxPassword <SecureString>]
831835
[-RulesQuota <ByteQuantifiedSize>]
836+
[-SchedulerAssistant <Boolean>]
832837
[-SecondaryAddress <String>]
833838
[-SecondaryDialPlan <UMDialPlanIdParameter>]
834839
[-SendModerationNotifications <TransportModerationNotificationFlags>]
@@ -957,6 +962,7 @@ Set-Mailbox [-Identity] <MailboxIdParameter>
957962
[-RoleAssignmentPolicy <MailboxPolicyIdParameter>]
958963
[-RoomMailboxPassword <SecureString>]
959964
[-RulesQuota <ByteQuantifiedSize>]
965+
[-SchedulerAssistant <Boolean>]
960966
[-SecondaryAddress <String>]
961967
[-SecondaryDialPlan <UMDialPlanIdParameter>]
962968
[-SendModerationNotifications <TransportModerationNotificationFlags>]
@@ -1085,6 +1091,7 @@ Set-Mailbox [-Identity] <MailboxIdParameter>
10851091
[-RoleAssignmentPolicy <MailboxPolicyIdParameter>]
10861092
[-RoomMailboxPassword <SecureString>]
10871093
[-RulesQuota <ByteQuantifiedSize>]
1094+
[-SchedulerAssistant <Boolean>]
10881095
[-SecondaryAddress <String>]
10891096
[-SecondaryDialPlan <UMDialPlanIdParameter>]
10901097
[-SendModerationNotifications <TransportModerationNotificationFlags>]
@@ -4972,6 +4979,24 @@ Accept pipeline input: False
49724979
Accept wildcard characters: False
49734980
```
49744981

4982+
### -SchedulerAssistant
4983+
This parameter is available only in the cloud-based service.
4984+
4985+
{{ Fill SchedulerAssistant Description }}
4986+
4987+
```yaml
4988+
Type: Boolean
4989+
Parameter Sets: ExcludeFromAllOrgHolds, ExcludeFromOrgHolds, RecalculateInactiveMailbox, RemoveDelayHoldApplied, RemoveDelayReleaseHoldApplied, RemoveDisabledArchive, RemoveOrphanedHolds
4990+
Aliases:
4991+
Applicable: Exchange Online
4992+
4993+
Required: False
4994+
Position: Named
4995+
Default value: None
4996+
Accept pipeline input: False
4997+
Accept wildcard characters: False
4998+
```
4999+
49755000
### -SCLDeleteEnabled
49765001
This parameter is available only in on-premises Exchange.
49775002

0 commit comments

Comments
 (0)