Skip to content

Commit b4f0b88

Browse files
authored
Merge branch 'main' into UCSUpdateForGA
2 parents df08b0b + 44f86de commit b4f0b88

17 files changed

+24
-284
lines changed

exchange/exchange-ps/exchange/Get-RecordReviewNotificationTemplateConfig.md

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Exchange.TransportMailflow-Help.xml
33
online version: https://docs.microsoft.com/powershell/module/exchange/get-recordreviewnotificationtemplateconfig
4-
applicable: Exchange Online
4+
applicable: Security & Compliance Center
55
title: Get-RecordReviewNotificationTemplateConfig
66
schema: 2.0.0
77
author: chrisda
@@ -16,18 +16,16 @@ This cmdlet is available only in the cloud-based service.
1616

1717
Use the Get-RecordReviewNotificationTemplateConfig cmdlet to view the record review notification and reminder settings.
1818

19-
**Note**: We recommend that you use the Exchange Online PowerShell V2 module to connect to Exchange Online PowerShell. For instructions, see [Connect to Exchange Online PowerShell](https://docs.microsoft.com/powershell/exchange/connect-to-exchange-online-powershell).
20-
2119
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://docs.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
2220

2321
## SYNTAX
2422

2523
```
26-
Get-RecordReviewNotificationTemplateConfig [-DomainController <Fqdn>] [<CommonParameters>]
24+
Get-RecordReviewNotificationTemplateConfig [<CommonParameters>]
2725
```
2826

2927
## DESCRIPTION
30-
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://docs.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
28+
To use this cmdlet in Security & Compliance Center PowerShell, you need to be assigned permissions. For more information, see [Permissions in the Microsoft 365 compliance center](https://docs.microsoft.com/microsoft-365/compliance/microsoft-365-compliance-center-permissions).
3129

3230
## EXAMPLES
3331

@@ -40,22 +38,6 @@ This example shows detailed information about the record review notification tem
4038

4139
## PARAMETERS
4240

43-
### -DomainController
44-
This parameter is reserved for internal Microsoft use.
45-
46-
```yaml
47-
Type: Fqdn
48-
Parameter Sets: (All)
49-
Aliases:
50-
Applicable: Exchange Online
51-
52-
Required: False
53-
Position: Named
54-
Default value: None
55-
Accept pipeline input: False
56-
Accept wildcard characters: False
57-
```
58-
5941
### CommonParameters
6042
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).
6143

exchange/exchange-ps/exchange/New-DistributionGroup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -333,11 +333,11 @@ The owner you specify for this parameter must be a mailbox, mail user or mail-en
333333
- SamAccountName
334334
- User ID or user principal name (UPN)
335335

336-
You can enter multiple values separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
336+
To enter multiple owners, use the following syntax: `Owner1,Owner2,...OwnerN`. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Owner1","Owner2",..."OwnerN"`.
337337

338-
An owner that you specify with this parameter isn't automatically a member of the group. You need to manually add the owner as a member.
338+
Owners that you specify with this parameter are not automatically added as group members. Use the CopyOwnerToMember switch or manually add the owners as members.
339339

340-
Alternatively, you can use the CopyOwnerToMember switch so the owners are automatically made members of the group.
340+
**Note**: Group management in Outlook doesn't work when the owner is a mail-enabled security group. To manage the group in Outlook, the owner must be a mailbox or a mail user.
341341

342342
```yaml
343343
Type: MultiValuedProperty

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

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ New-InboxRule [-Name] <String>
3838
[-ExceptIfFlaggedForAction <String>]
3939
[-ExceptIfFrom <RecipientIdParameter[]>]
4040
[-ExceptIfFromAddressContainsWords <MultiValuedProperty>]
41-
[-ExceptIfFromSubscription <AggregationSubscriptionIdentity[]>]
4241
[-ExceptIfHasAttachment <Boolean>]
4342
[-ExceptIfHasClassification <MessageClassificationIdParameter[]>]
4443
[-ExceptIfHeaderContainsWords <MultiValuedProperty>]
@@ -64,7 +63,6 @@ New-InboxRule [-Name] <String>
6463
[-ForwardTo <RecipientIdParameter[]>]
6564
[-From <RecipientIdParameter[]>]
6665
[-FromAddressContainsWords <MultiValuedProperty>]
67-
[-FromSubscription <AggregationSubscriptionIdentity[]>]
6866
[-HasAttachment <Boolean>]
6967
[-HasClassification <MessageClassificationIdParameter[]>]
7068
[-HeaderContainsWords <MultiValuedProperty>]
@@ -512,26 +510,6 @@ Accept pipeline input: False
512510
Accept wildcard characters: False
513511
```
514512

515-
### -ExceptIfFromSubscription
516-
This parameter is available only in the cloud-based service.
517-
518-
The ExceptIfFromSubscription parameter specifies an exception for the Inbox rule that looks for messages received from subscriptions (for example, POP or IMAP subscriptions). You can identify the subscription by using the Get-Subscription cmdlet.
519-
520-
The corresponding condition parameter to this exception is FromSubscription.
521-
522-
```yaml
523-
Type: AggregationSubscriptionIdentity[]
524-
Parameter Sets: (All)
525-
Aliases:
526-
Applicable: Exchange Online
527-
528-
Required: False
529-
Position: Named
530-
Default value: None
531-
Accept pipeline input: False
532-
Accept wildcard characters: False
533-
```
534-
535513
### -ExceptIfHasAttachment
536514
The ExceptIfHasAttachment parameter specifies an exception for the Inbox rule that looks for messages with attachments. Valid values are:
537515

@@ -1101,26 +1079,6 @@ Accept pipeline input: False
11011079
Accept wildcard characters: False
11021080
```
11031081

1104-
### -FromSubscription
1105-
This parameter is available only in the cloud-based service.
1106-
1107-
The FromSubscription parameter specifies a condition for the Inbox rule that looks for messages received from subscriptions (for example, POP or IMAP subscriptions). You can identify the subscription by using the Get-Subscription cmdlet.
1108-
1109-
The corresponding exception parameter to this condition is ExceptIfFromSubscription.
1110-
1111-
```yaml
1112-
Type: AggregationSubscriptionIdentity[]
1113-
Parameter Sets: (All)
1114-
Aliases:
1115-
Applicable: Exchange Online
1116-
1117-
Required: False
1118-
Position: Named
1119-
Default value: None
1120-
Accept pipeline input: False
1121-
Accept wildcard characters: False
1122-
```
1123-
11241082
### -HasAttachment
11251083
The HasAttachment parameter specifies a condition for the Inbox rule that looks for messages with attachments. Valid values are:
11261084

exchange/exchange-ps/exchange/New-MoveRequest.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ New-MoveRequest [-Identity] <MailboxOrMailUserIdParameter>
187187

188188
### MigrationOutboundCrossTenant
189189
```
190-
New-MoveRequest [-Identity] <MailboxOrMailUserIdParameter> -RemoteTenant <SmtpDomain> -TargetDeliveryDomain <Fqdn> [-Outbound]
190+
New-MoveRequest [-Identity] <MailboxOrMailUserIdParameter> -TargetDeliveryDomain <Fqdn> [-Outbound]
191191
[-AcceptLargeDataLoss]
192192
[-AllowLargeItems]
193193
[-BadItemLimit <Unlimited>]
@@ -218,7 +218,7 @@ New-MoveRequest [-Identity] <MailboxOrMailUserIdParameter> -RemoteTenant <SmtpDo
218218

219219
### MigrationRemoteCrossTenant
220220
```
221-
New-MoveRequest [-Identity] <MailboxOrMailUserIdParameter> -RemoteTenant <SmtpDomain> -TargetDeliveryDomain <Fqdn> [-Remote]
221+
New-MoveRequest [-Identity] <MailboxOrMailUserIdParameter> -TargetDeliveryDomain <Fqdn> [-Remote]
222222
[-TargetDatabase <DatabaseIdParameter>]
223223
[-AcceptLargeDataLoss]
224224
[-AllowLargeItems]
@@ -431,24 +431,6 @@ Accept pipeline input: False
431431
Accept wildcard characters: False
432432
```
433433

434-
### -RemoteTenant
435-
This parameter is available only in the cloud-based service.
436-
437-
PARAMVALUE: SmtpDomain
438-
439-
```yaml
440-
Type: SmtpDomain
441-
Parameter Sets: MigrationOutboundCrossTenant, MigrationRemoteCrossTenant
442-
Aliases:
443-
Applicable: Exchange Online
444-
445-
Required: True
446-
Position: Named
447-
Default value: None
448-
Accept pipeline input: False
449-
Accept wildcard characters: False
450-
```
451-
452434
### -TargetDeliveryDomain
453435
The TargetDeliveryDomain parameter specifies the FQDN of the external email address created in the source forest for the mail-enabled user when the move request is complete. This parameter is allowed only when performing remote moves with the Remote or RemoteLegacy parameter.
454436

exchange/exchange-ps/exchange/New-SafeLinksPolicy.md

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ New-SafeLinksPolicy [-Name] <String>
3636
[-EnableForInternalSenders <Boolean>]
3737
[-EnableOrganizationBranding <Boolean>]
3838
[-EnableSafeLinksForTeams <Boolean>]
39-
[-ExcludedUrls <String[]>]
4039
[-IsEnabled <Boolean>]
4140
[-MakeBuiltInProtection]
4241
[-RecommendedPolicyType <RecommendedPolicyType>]
@@ -45,7 +44,6 @@ New-SafeLinksPolicy [-Name] <String>
4544
[-UseTranslatedNotificationText <Boolean>]
4645
[-WhatIf]
4746
[-DisableUrlRewrite <Boolean>]
48-
[-WhiteListedUrls <String>]
4947
[<CommonParameters>]
5048
```
5149

@@ -309,22 +307,6 @@ Accept pipeline input: False
309307
Accept wildcard characters: False
310308
```
311309

312-
### -ExcludedUrls
313-
This parameter has been deprecated. Use the DoNotRewriteUrls parameter instead.
314-
315-
```yaml
316-
Type: String[]
317-
Parameter Sets: (All)
318-
Aliases:
319-
Applicable: Exchange Online, Exchange Online Protection
320-
321-
Required: False
322-
Position: Named
323-
Default value: None
324-
Accept pipeline input: False
325-
Accept wildcard characters: False
326-
```
327-
328310
### -IsEnabled
329311
The IsEnabled parameter specifies whether to enable Safe Links protection for email messages. Valid values are:
330312

@@ -446,22 +428,6 @@ Accept pipeline input: False
446428
Accept wildcard characters: False
447429
```
448430

449-
### -WhiteListedUrls
450-
This parameter has been deprecated. Use the DoNotRewriteUrls parameter instead.
451-
452-
```yaml
453-
Type: String
454-
Parameter Sets: (All)
455-
Aliases:
456-
Applicable: Exchange Online, Exchange Online Protection
457-
458-
Required: False
459-
Position: Named
460-
Default value: None
461-
Accept pipeline input: False
462-
Accept wildcard characters: False
463-
```
464-
465431
### CommonParameters
466432
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).
467433

exchange/exchange-ps/exchange/Set-AtpPolicyForO365.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Set-AtpPolicyForO365 [[-Identity] <AtpPolicyForO365IdParameter>]
3535
[-EnableATPForSPOTeamsODB <Boolean>]
3636
[-EnableSafeDocs <Boolean>]
3737
[-EnableSafeLinksForO365Clients <Boolean>]
38-
[-EnableSafeLinksForWebAccessCompanion <Boolean>]
3938
[-TrackClicks <Boolean>]
4039
[-WhatIf]
4140
[<CommonParameters>]
@@ -217,22 +216,6 @@ Accept pipeline input: False
217216
Accept wildcard characters: False
218217
```
219218

220-
### -EnableSafeLinksForWebAccessCompanion
221-
This parameter is reserved for internal Microsoft use.
222-
223-
```yaml
224-
Type: Boolean
225-
Parameter Sets: (All)
226-
Aliases:
227-
Applicable: Exchange Online, Exchange Online Protection
228-
229-
Required: False
230-
Position: Named
231-
Default value: None
232-
Accept pipeline input: False
233-
Accept wildcard characters: False
234-
```
235-
236219
### -TrackClicks
237220
The TrackClicks parameter specifies whether to track user clicks related to blocked URLs in Safe Links for Office 365 apps. Valid values are:
238221

exchange/exchange-ps/exchange/Set-DistributionGroup.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,9 @@ To enter multiple owners and overwrite all existing entries, use the following s
11101110

11111111
To add or remove owners without affecting other existing entries, use the following syntax: `@{Add="Owner1","Owner2",...; Remove="Owner3","Owner4"...}`.
11121112

1113-
An owner that you specify with this parameter isn't automatically a member of the group. You need to manually add the owner as a member.
1113+
Owners that you specify with this parameter are not added as group members. You need to manually add the owner as a member.
1114+
1115+
**Note**: Group management in Outlook doesn't work when the owner is a mail-enabled security group. To manage the group in Outlook, the owner must be a mailbox or a mail user.
11141116

11151117
```yaml
11161118
Type: MultiValuedProperty

exchange/exchange-ps/exchange/Set-Group.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,9 @@ To enter multiple owners and overwrite all existing entries, use the following s
231231

232232
To add or remove owners without affecting other existing entries, use the following syntax: `@{Add="Owner1","Owner2",...; Remove="Owner3","Owner4"...}`.
233233

234-
An owner that you specify with this parameter isn't automatically a member of the group. You need to manually add the owner as a member.
234+
Owners that you specify with this parameter are not added as group members. You need to manually add the owners as a members.
235+
236+
**Note**: Group management in Outlook doesn't work when the owner is a mail-enabled security group. To manage the group in Outlook, the owner must be a mailbox or a mail user.
235237

236238
```yaml
237239
Type: GeneralRecipientIdParameter[]

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

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Set-InboxRule [-Identity] <InboxRuleIdParameter>
3535
[-ExceptIfFlaggedForAction <String>]
3636
[-ExceptIfFrom <RecipientIdParameter[]>]
3737
[-ExceptIfFromAddressContainsWords <MultiValuedProperty>]
38-
[-ExceptIfFromSubscription <AggregationSubscriptionIdentity[]>]
3938
[-ExceptIfHasAttachment <Boolean>]
4039
[-ExceptIfHasClassification <MessageClassificationIdParameter[]>]
4140
[-ExceptIfHeaderContainsWords <MultiValuedProperty>]
@@ -61,7 +60,6 @@ Set-InboxRule [-Identity] <InboxRuleIdParameter>
6160
[-ForwardTo <RecipientIdParameter[]>]
6261
[-From <RecipientIdParameter[]>]
6362
[-FromAddressContainsWords <MultiValuedProperty>]
64-
[-FromSubscription <AggregationSubscriptionIdentity[]>]
6563
[-HasAttachment <Boolean>]
6664
[-HasClassification <MessageClassificationIdParameter[]>]
6765
[-HeaderContainsWords <MultiValuedProperty>]
@@ -467,26 +465,6 @@ Accept pipeline input: False
467465
Accept wildcard characters: False
468466
```
469467

470-
### -ExceptIfFromSubscription
471-
This parameter is available only in the cloud-based service.
472-
473-
The ExceptIfFromSubscription parameter specifies an exception for the Inbox rule that looks for messages received from subscriptions (for example, POP or IMAP subscriptions). You can identify the subscription by using the Get-Subscription cmdlet.
474-
475-
The corresponding condition parameter to this exception is FromSubscription.
476-
477-
```yaml
478-
Type: AggregationSubscriptionIdentity[]
479-
Parameter Sets: (All)
480-
Aliases:
481-
Applicable: Exchange Online
482-
483-
Required: False
484-
Position: Named
485-
Default value: None
486-
Accept pipeline input: False
487-
Accept wildcard characters: False
488-
```
489-
490468
### -ExceptIfHasAttachment
491469
The ExceptIfHasAttachment parameter specifies an exception for the Inbox rule that looks for messages with attachments. Valid values are:
492470

@@ -1066,26 +1044,6 @@ Accept pipeline input: False
10661044
Accept wildcard characters: False
10671045
```
10681046

1069-
### -FromSubscription
1070-
This parameter is available only in the cloud-based service.
1071-
1072-
The FromSubscription parameter specifies a condition for the Inbox rule that looks for messages received from subscriptions (for example, POP or IMAP subscriptions). You can identify the subscription by using the Get-Subscription cmdlet.
1073-
1074-
The corresponding exception parameter to this condition is ExceptIfFromSubscription.
1075-
1076-
```yaml
1077-
Type: AggregationSubscriptionIdentity[]
1078-
Parameter Sets: (All)
1079-
Aliases:
1080-
Applicable: Exchange Online
1081-
1082-
Required: False
1083-
Position: Named
1084-
Default value: None
1085-
Accept pipeline input: False
1086-
Accept wildcard characters: False
1087-
```
1088-
10891047
### -HasAttachment
10901048
The HasAttachment parameter specifies a condition for the Inbox rule that looks for messages with attachments. Valid values are:
10911049

exchange/exchange-ps/exchange/Set-LabelPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Exchange.TransportMailflow-Help.xml
33
online version: https://docs.microsoft.com/powershell/module/exchange/set-labelpolicy
4-
applicable: Exchange Online, Security & Compliance Center
4+
applicable: Security & Compliance Center
55
title: Set-LabelPolicy
66
schema: 2.0.0
77
author: chrisda

0 commit comments

Comments
 (0)