Skip to content

Commit 6f9fa04

Browse files
committed
Fixes from this quarter's 'blind cmdlet sweep'
1 parent ba6f695 commit 6f9fa04

13 files changed

+14
-278
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-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-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

exchange/exchange-ps/exchange/Set-QuarantinePermissions.md

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

2525
```
2626
Set-QuarantinePermissions -QuarantinePermissionsObject <QuarantinePermissions>
27-
[-PermissionToAllowSender <Boolean>]
2827
[-PermissionToBlockSender <Boolean>]
2928
[-PermissionToDelete <Boolean>]
3029
[-PermissionToDownload <Boolean>]
@@ -69,27 +68,6 @@ Accept pipeline input: False
6968
Accept wildcard characters: False
7069
```
7170
72-
### -PermissionToAllowSender
73-
The PermissionToAllowSender parameter specifies whether users are allowed to add the quarantined message sender to their Safe Senders list. Valid values are:
74-
75-
- $true: The permission is enabled.
76-
- $false: The permission is disabled. This is the default value.
77-
78-
Currently, this value has no effect on the buttons that are included in end-user spam notifications or in quarantined message details.
79-
80-
```yaml
81-
Type: Boolean
82-
Parameter Sets: (All)
83-
Aliases:
84-
Applicable: Exchange Online, Exchange Online Protection
85-
86-
Required: False
87-
Position: Named
88-
Default value: None
89-
Accept pipeline input: False
90-
Accept wildcard characters: False
91-
```
92-
9371
### -PermissionToBlockSender
9472
The PermissionToBlockSender parameter specifies whether users are allowed to add the quarantined message sender to their Blocked Senders list. Valid values are:
9573

0 commit comments

Comments
 (0)