Skip to content

Commit 7268880

Browse files
committed
Removals per 10/15 blind cmdlet sweep
1 parent aa6c6c4 commit 7268880

11 files changed

+32
-413
lines changed

.openpublishing.redirection.json

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5402,22 +5402,22 @@
54025402
},
54035403
{
54045404
"source_path": "exchange/virtual-folder/exchange/reporting/Get-TenantAnalyticsConfig.md",
5405-
"redirect_url": "https://docs.microsoft.com/powershell/module/exchange/get-tenantanalyticsconfig",
5405+
"redirect_url": "https://docs.microsoft.com/powershell/module/exchange/get-myanalyticsfeatureconfig",
54065406
"redirect_document_id": false
54075407
},
54085408
{
54095409
"source_path": "exchange/virtual-folder/exchange/reporting/Get-UserAnalyticsConfig.md",
5410-
"redirect_url": "https://docs.microsoft.com/powershell/module/exchange/get-useranalyticsconfig",
5410+
"redirect_url": "https://docs.microsoft.com/powershell/module/exchange/get-myanalyticsfeatureconfig",
54115411
"redirect_document_id": false
54125412
},
54135413
{
54145414
"source_path": "exchange/virtual-folder/exchange/reporting/Set-TenantAnalyticsConfig.md",
5415-
"redirect_url": "https://docs.microsoft.com/powershell/module/exchange/set-tenantanalyticsconfig",
5415+
"redirect_url": "https://docs.microsoft.com/powershell/module/exchange/myanalyticsfeatureconfig",
54165416
"redirect_document_id": false
54175417
},
54185418
{
54195419
"source_path": "exchange/virtual-folder/exchange/reporting/Set-UserAnalyticsConfig.md",
5420-
"redirect_url": "https://docs.microsoft.com/powershell/module/exchange/set-useranalyticsconfig",
5420+
"redirect_url": "https://docs.microsoft.com/powershell/module/exchange/myanalyticsfeatureconfig",
54215421
"redirect_document_id": false
54225422
},
54235423
{
@@ -6624,6 +6624,26 @@
66246624
"source_path": "exchange/docs-conceptual/mfa-connect-to-scc-powershell.md",
66256625
"redirect_url": "https://docs.microsoft.com/powershell/exchange/connect-to-scc-powershell",
66266626
"redirect_document_id": false
6627+
},
6628+
{
6629+
"source_path": "exchange/virtual-folder/exchange/mailboxes/Get-TenantAnalyticsConfig.md",
6630+
"redirect_url": "https://docs.microsoft.com/powershell/module/exchange/get-myanalyticsfeatureconfig",
6631+
"redirect_document_id": false
6632+
},
6633+
{
6634+
"source_path": "exchange/virtual-folder/exchange/mailboxes/Set-TenantAnalyticsConfig.md",
6635+
"redirect_url": "https://docs.microsoft.com/powershell/module/exchange/set-myanalyticsfeatureconfig",
6636+
"redirect_document_id": false
6637+
},
6638+
{
6639+
"source_path": "exchange/virtual-folder/exchange/mailboxes/Get-UserAnalyticsConfig.md",
6640+
"redirect_url": "https://docs.microsoft.com/powershell/module/exchange/get-myanalyticsfeatureconfig",
6641+
"redirect_document_id": false
6642+
},
6643+
{
6644+
"source_path": "exchange/virtual-folder/exchange/mailboxes/Set-UserAnalyticsConfig.md",
6645+
"redirect_url": "https://docs.microsoft.com/powershell/module/exchange/set-myanalyticsfeatureconfig",
6646+
"redirect_document_id": false
66276647
}
66286648
]
66296649
}

exchange/exchange-ps/exchange/Get-TenantAnalyticsConfig.md

Lines changed: 0 additions & 56 deletions
This file was deleted.

exchange/exchange-ps/exchange/Get-UserAnalyticsConfig.md

Lines changed: 0 additions & 80 deletions
This file was deleted.

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1511,6 +1511,8 @@ Accept wildcard characters: False
15111511
```
15121512

15131513
### -SendTextMessageNotificationTo
1514+
This parameter is available only in on-premises Exchange.
1515+
15141516
The SendTextMessageNotificationTo parameter specifies an action for the Inbox rule that send a text message notification to the specified telephone number.
15151517

15161518
You can specify multiple values separated by commas.
@@ -1519,7 +1521,7 @@ You can specify multiple values separated by commas.
15191521
Type: MultiValuedProperty
15201522
Parameter Sets: Identity
15211523
Aliases:
1522-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
1524+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
15231525
15241526
Required: False
15251527
Position: Named

exchange/exchange-ps/exchange/New-QuarantinePermissions.md

Lines changed: 1 addition & 23 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
New-QuarantinePermissions
27-
[-PermissionToAllowSender <Boolean>]
2827
[-PermissionToBlockSender <Boolean>]
2928
[-PermissionToDelete <Boolean>]
3029
[-PermissionToDownload <Boolean>]
@@ -62,7 +61,7 @@ In the same Windows PowerShell session, you can use `$LimitedAccess` for the _En
6261

6362
### Example 3
6463
```powershell
65-
$FullAccess = New-QuarantinePermissions -PermissionToAllowSender $true -PermissionToBlockSender $true -PermissionToDelete $true -PermissionToPreview $true -PermissionToRelease $true
64+
$FullAccess = New-QuarantinePermissions -PermissionToBlockSender $true -PermissionToDelete $true -PermissionToPreview $true -PermissionToRelease $true
6665
```
6766

6867
This example creates the same permissions that are used by the Full access permissions group in quarantine tags in the Security & Compliance Center. The permissions object is stored in the variable named `$FullAccess`.
@@ -71,27 +70,6 @@ In the same Windows PowerShell session, you can use `$FullAccess` for the _EndUs
7170

7271
## PARAMETERS
7372

74-
### -PermissionToAllowSender
75-
The PermissionToAllowSender parameter specifies whether users are allowed to add the quarantined message sender to their Safe Senders list. Valid values are:
76-
77-
- $true: The permission is enabled.
78-
- $false: The permission is disabled. This is the default value.
79-
80-
Currently, this value has no effect on the buttons that are included in end-user spam notifications or in quarantined message details.
81-
82-
```yaml
83-
Type: Boolean
84-
Parameter Sets: (All)
85-
Aliases:
86-
Applicable: Exchange Online, Exchange Online Protection
87-
88-
Required: False
89-
Position: Named
90-
Default value: None
91-
Accept pipeline input: False
92-
Accept wildcard characters: False
93-
```
94-
9573
### -PermissionToBlockSender
9674
The PermissionToBlockSender parameter specifies whether users are allowed to add the quarantined message sender to their Blocked Senders list. Valid values are:
9775

exchange/exchange-ps/exchange/Set-Contact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ The UMCallingLineIds parameter specifies telephone numbers or extensions that ca
726726
Type: MultiValuedProperty
727727
Parameter Sets: (All)
728728
Aliases:
729-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
729+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
730730
731731
Required: False
732732
Position: Named

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1496,6 +1496,8 @@ Accept wildcard characters: False
14961496
```
14971497

14981498
### -SendTextMessageNotificationTo
1499+
This parameter is available only in on-premises Exchange.
1500+
14991501
The SendTextMessageNotificationTo parameter specifies an action for the Inbox rule that send a text message notification to the specified telephone number.
15001502

15011503
To enter multiple values and overwrite any existing entries, use the following syntax: `Value1,Value2,...ValueN`. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
@@ -1506,7 +1508,7 @@ To add or remove one or more values without affecting any existing entries, use
15061508
Type: MultiValuedProperty
15071509
Parameter Sets: (All)
15081510
Aliases:
1509-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
1511+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
15101512
15111513
Required: False
15121514
Position: Named

exchange/exchange-ps/exchange/Set-OrganizationConfig.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1874,24 +1874,6 @@ Accept pipeline input: False
18741874
Accept wildcard characters: False
18751875
```
18761876

1877-
### -ExternalInOutlookEnabled
1878-
This parameter is available only in the cloud-based service.
1879-
1880-
This parameter is reserved for internal Microsoft use.
1881-
1882-
```yaml
1883-
Type: Boolean
1884-
Parameter Sets: ShortenEventScopeParameter
1885-
Aliases:
1886-
Applicable: Exchange Online
1887-
1888-
Required: False
1889-
Position: Named
1890-
Default value: None
1891-
Accept pipeline input: False
1892-
Accept wildcard characters: False
1893-
```
1894-
18951877
### -FindTimeAttendeeAuthenticationEnabled
18961878
This parameter is available only in the cloud-based service.
18971879

0 commit comments

Comments
 (0)