Skip to content

Commit d3332ef

Browse files
committed
Unification fixes
1 parent f42ef12 commit d3332ef

File tree

85 files changed

+122
-126
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+122
-126
lines changed

exchange/exchange-ps/exchange/antispam-antimalware/Enable-AntispamUpdates.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ monikerRange: "exchserver-ps-2010 || exchserver-ps-2013 || exchserver-ps-2016"
99
# Enable-AntispamUpdates
1010

1111
## SYNOPSIS
12-
The Enable-AntispamUpdates cmdlet has been deprecated in Microsoft Exchange Server 2010 Service Pack 1.
12+
The Enable-AntispamUpdates cmdlet was deprecated in Microsoft Exchange Server 2010 Service Pack 1 and is no longer used.
1313

1414
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
1515

@@ -21,7 +21,7 @@ Enable-AntispamUpdates [[-Identity] <ServerIdParameter>] [-Confirm]
2121
```
2222

2323
## DESCRIPTION
24-
This cmdlet has been deprecated in Exchange Server 2010 Service Pack 1.
24+
This cmdlet was deprecated in Microsoft Exchange Server 2010 Service Pack 1 and is no longer used.
2525

2626
## EXAMPLES
2727

@@ -30,7 +30,7 @@ This cmdlet has been deprecated in Exchange Server 2010 Service Pack 1.
3030
Enable-AntispamUpdates
3131
```
3232

33-
This cmdlet has been deprecated in Exchange Server 2010 Service Pack 1.
33+
This cmdlet was deprecated in Microsoft Exchange Server 2010 Service Pack 1 and is no longer used.
3434

3535
## PARAMETERS
3636

exchange/exchange-ps/exchange/antispam-antimalware/Release-QuarantineMessage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Accept wildcard characters: False
218218
```
219219
220220
### -Delete
221-
**This parameter has been deprecated and is no longer used.**
221+
This parameter has been deprecated and is no longer used.
222222
223223
To delete quarantined messages, use the Delete-QuarantineMessage cmdlet.
224224

exchange/exchange-ps/exchange/antispam-antimalware/Set-HostedContentFilterPolicy.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -332,9 +332,7 @@ Accept wildcard characters: False
332332
```
333333
334334
### -EndUserSpamNotificationCustomFromAddress
335-
The EndUserSpamNotificationCustomFromAddress parameter specifies a custom From address for end-user spam notification messages. Valid input for this parameter is an SMTP email address.
336-
337-
This parameter is visible but not active, and may be deprecated in a future version of Exchange Online Protection.
335+
This parameter has been deprecated and is no longer used.
338336
339337
```yaml
340338
Type: SmtpAddress
@@ -349,9 +347,7 @@ Accept wildcard characters: False
349347
```
350348
351349
### -EndUserSpamNotificationCustomFromName
352-
The EndUserSpamNotificationCustomFromName parameter specifies a custom display name in the From field for end-user spam notification messages. If the value includes spaces, enclose the value in quotation marks (").
353-
354-
This parameter is visible but not active, and may be deprecated in a future version of Exchange Online Protection.
350+
This parameter has been deprecated and is no longer used.
355351
356352
```yaml
357353
Type: String

exchange/exchange-ps/exchange/antispam-antimalware/Update-SafeList.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This example updates Safe Senders List data for the single user [email protected].
4444
Set-AdServerSettings -ViewEntireForest $true; Get-Mailbox -ResultSize Unlimited -RecipientTypeDetails UserMailbox | Update-Safelist
4545
```
4646

47-
This example updates safelist data for all user mailboxes in your Exchange organization. By default, the Exchange Management Shell is configured to retrieve or modify objects that reside in the domain in which the Exchange server resides. Therefore, to retrieve all the mailboxes in your Exchange organization, you must first set the scope of the Shell to the entire forest using the Set-AdServerSettings cmdlet. For more information, see Set-AdServerSettings.
47+
This example updates safelist data for all user mailboxes in your Exchange organization. By default, the Exchange Management Shell is configured to retrieve or modify objects that reside in the domain in which the Exchange server resides. Therefore, to retrieve all the mailboxes in your Exchange organization, you must first set the scope of the Exchange Manaagement Shell to the entire forest using the Set-AdServerSettings cmdlet.
4848

4949
## PARAMETERS
5050

exchange/exchange-ps/exchange/client-access-servers/Enable-OutlookAnywhere.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,15 @@ This example enables the Exchange Client Access server for Outlook Anywhere. The
7272
## PARAMETERS
7373

7474
### -ClientAuthenticationMethod
75-
The ClientAuthenticationMethod parameter specifies the authentication method that the Autodiscover service provides to the Outlook Anywhere clients to authenticate to the Client Access server. This parameter accepts the following values:
75+
The ClientAuthenticationMethod parameter specifies the authentication method that the Autodiscover service provides to the Outlook Anywhere clients to authenticate to the Client Access server. Valid values are:
7676

7777
- Basic
7878

7979
- Ntlm
8080

81-
- MaxValidValue Also known as Negotiate Ex authentication (NegoEx). This authentication type is reserved for future Microsoft use and shouldn't be used. Use of this setting will cause authentication to fail.
82-
8381
This parameter must be specified if you don't use the DefaultAuthenticationMethod parameter. When you use this parameter without specifying the IISAuthenticationMethods parameter, IISAuthenticationMethods parameter is set to both NTLM and Basic.
8482

85-
Although this parameter only allows setting one authentication method, the Shell doesn't return an error if you include multiple values.
83+
Although this parameter only allows setting one authentication method, the command won't return an error if you include multiple values.
8684

8785
```yaml
8886
Type: Basic | Digest | Ntlm | Fba | WindowsIntegrated | LiveIdFba | LiveIdBasic | WSSecurity | Certificate | NegoEx | MaxValidValue | Misconfigured
@@ -99,14 +97,12 @@ Accept wildcard characters: False
9997
### -DefaultAuthenticationMethod
10098
The DefaultAuthenticationMethod parameter specifies whether to set both the ClientAuthenticationMethod and IISAuthenticationMethods parameters to the same authentication value.
10199
102-
When you set an authentication value by using the DefaultAuthenticationMethod parameter, you force the specified authentication method to be used on the /rpc virtual directory in Internet Information Services (IIS). This parameter accepts the following values:
100+
When you set an authentication value by using the DefaultAuthenticationMethod parameter, you force the specified authentication method to be used on the /rpc virtual directory in Internet Information Services (IIS). Valid values are:
103101
104102
- Basic
105103
106104
- Ntlm
107105
108-
- MaxValidValue Also known as Negotiate Ex authentication (NegoEx). This authentication type is reserved for future Microsoft use and shouldn't be used. Use of this setting will cause authentication to fail.
109-
110106
If the DefaultAuthenticationMethod parameter is specified, neither the ClientAuthenticationMethod nor the IISAuthenticationMethods parameter can be used.
111107
112108
```yaml

exchange/exchange-ps/exchange/client-access-servers/Get-ClientAccessServer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ This cmdlet is available only in on-premises Exchange.
1313

1414
Use the Get-ClientAccessServer cmdlet to view settings that are associated with the Client Access server role.
1515

16+
Note: In Exchange 2013 or later, use the Get-ClientAccessService cmdlet instead. If you have scripts that use Get-ClientAccessServer, update them to use Get-ClientAccessService.
17+
1618
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
1719

1820
## SYNTAX
@@ -24,8 +26,6 @@ Get-ClientAccessServer [[-Identity] <ClientAccessServerIdParameter>] [-DomainCon
2426
```
2527

2628
## DESCRIPTION
27-
The Get-ClientAccessServer cmdlet will be removed in a future version of Exchange. You should use the Get-ClientAccessService cmdlet instead.
28-
2929
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://technet.microsoft.com/library/mt432940.aspx).
3030

3131
## EXAMPLES

exchange/exchange-ps/exchange/client-access-servers/Set-ClientAccessServer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ monikerRange: "exchserver-ps-2010 || exchserver-ps-2013 || exchserver-ps-2016"
1111
## SYNOPSIS
1212
This cmdlet is available only in on-premises Exchange.
1313

14-
Use the Set-ClientAccessServer cmdlet to modify the client access configuration settings on Mailbox servers.
14+
Use the Set-ClientAccessServer cmdlet to modify settings that are associated with the Client Access server role.
15+
16+
Note: In Exchange 2013 or later, use the Set-ClientAccessService cmdlet instead. If you have scripts that use Set-ClientAccessServer, update them to use Set-ClientAccessService.
1517

1618
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
1719

@@ -37,8 +39,6 @@ Set-ClientAccessServer [-Identity] <ClientAccessServerIdParameter> [-AutoDiscove
3739
```
3840

3941
## DESCRIPTION
40-
The Set-ClientAccessServer cmdlet will be removed in a future version of Exchange. You should use the Set-ClientAccessService cmdlet instead.
41-
4242
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://technet.microsoft.com/library/mt432940.aspx).
4343

4444
## EXAMPLES

exchange/exchange-ps/exchange/client-access-servers/Set-OutlookAnywhere.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,13 @@ Accept wildcard characters: False
101101
### -ClientAuthenticationMethod
102102
This parameter is available or functional only in Exchange Server 2010.
103103
104-
The ClientAuthenticationMethod parameter specifies the authentication method that the Autodiscover service provides to the Outlook Anywhere clients to authenticate to the Client Access server. This parameter accepts the following values:
104+
The ClientAuthenticationMethod parameter specifies the authentication method that the Autodiscover service provides to the Outlook Anywhere clients to authenticate to the Client Access server. Valid values are:
105105
106106
- Basic
107107
108108
- Ntlm
109109
110-
- MaxValidValue Also known as Negotiate Ex authentication (NegoEx). This authentication type is reserved for future Microsoft use and shouldn't be used. Use of this setting will cause authentication to fail.
111-
112-
Although you can use this parameter to set only one authentication method, the Shell doesn't return an error if you include multiple values.
110+
Although you can use this parameter to set only one authentication method, the command won't return an error if you include multiple values.
113111
114112
```yaml
115113
Type: Basic | Digest | Ntlm | Fba | WindowsIntegrated | LiveIdFba | LiveIdBasic | WSSecurity | Certificate | NegoEx | MaxValidValue | Misconfigured

exchange/exchange-ps/exchange/database-availability-groups/Get-MailboxDatabaseCopyStatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Accept wildcard characters: False
9090
```
9191
9292
### -ConnectionStatus
93-
The ConnectionStatus switch is obsolete and in the process of being deprecated. Use of this switch will be ignored by the task. The information previously provided by this switch is now provided through an internal caching mechanism and, as such, the switch is no longer needed.
93+
This parameter has been deprecated and is no longer used.
9494
9595
```yaml
9696
Type: SwitchParameter

exchange/exchange-ps/exchange/devices/Clear-ActiveSyncDevice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This cmdlet is available in on-premises Exchange and in the cloud-based service.
1313

1414
Use the Clear-ActiveSyncDevice cmdlet to delete all data from a mobile device.
1515

16-
The Clear-ActiveSyncDevice cmdlet will be removed in a future version of Exchange. Use the Clear-MobileDevice cmdlet instead. If you have any scripts that use the Clear-ActiveSyncDevice cmdlet, update them to use the Clear-MobileDevice cmdlet.
16+
Note: In Exchange 2013 or later, use the Clear-MobileDevice cmdlet instead. If you have scripts that use Clear-ActiveSyncDevice, update them to use Clear-MobileDevice.
1717

1818
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
1919

exchange/exchange-ps/exchange/devices/Get-ActiveSyncDevice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This cmdlet is available in on-premises Exchange and in the cloud-based service.
1313

1414
Use the Get-ActiveSyncDevice cmdlet to retrieve the list of devices in your organization that have active Exchange ActiveSync partnerships.
1515

16-
The Get-ActiveSyncDevice cmdlet will be removed in a future version of Exchange. Use the Get-MobileDevice cmdlet instead. If you have any scripts that use the Get-ActiveSyncDevice cmdlet, update them to use the Get-MobileDevice cmdlet.
16+
Note: In Exchange 2013 or later, use the Get-MobileDevice cmdlet instead. If you have scripts that use Get-ActiveSyncDevice, update them to use Get-MobileDevice.
1717

1818
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
1919

exchange/exchange-ps/exchange/devices/Get-ActiveSyncDeviceStatistics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This cmdlet is available in on-premises Exchange and in the cloud-based service.
1313

1414
Use the Get-ActiveSyncDeviceStatistics cmdlet to retrieve the list of mobile devices configured to synchronize with a specified user's mailbox and return a list of statistics about the mobile devices.
1515

16-
The Get-ActiveSyncDeviceStatistics cmdlet will be removed in a future version of Exchange. Use the Get-MobileDeviceStatistics cmdlet instead. If you have any scripts that use the Get-ActiveSyncDeviceStatistics cmdlet, update them to use the Get-MobileDeviceStatistics cmdlet.
16+
Note: In Exchange 2013 or later, use the Get-MobileDeviceStatistics cmdlet instead. If you have scripts that use Get-ActiveSyncDeviceStatistics, update them to use Get-MobileDeviceStatistics.
1717

1818
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
1919

exchange/exchange-ps/exchange/devices/Get-ActiveSyncMailboxPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This cmdlet is available in on-premises Exchange and in the cloud-based service.
1313

1414
Use the Get-ActiveSyncMailboxPolicy cmdlet to retrieve the Mobile Device mailbox policy settings for a specific Mobile Device mailbox policy.
1515

16-
The Get-ActiveSyncMailboxPolicy cmdlet will be removed in a future version of Microsoft Exchange. Use the Get-MobileDeviceMailboxPolicy cmdlet instead. If you have any scripts that use the Get-ActiveSyncMailboxPolicy cmdlet, update them to use the Get-MobileDeviceMailboxPolicy cmdlet.
16+
Note: In Exchange 2013 or later, use the Get-MobileDeviceMailboxPolicy cmdlet instead. If you have scripts that use Get-ActiveSyncMailboxPolicy, update them to use Get-MobileDeviceMailboxPolicy.
1717

1818
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
1919

exchange/exchange-ps/exchange/devices/New-ActiveSyncMailboxPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This cmdlet is available in on-premises Exchange and in the cloud-based service.
1313

1414
Use the New-ActiveSyncMailboxPolicy cmdlet to create a Microsoft Mobile Device mailbox policy object.
1515

16-
The New-ActiveSyncMailboxPolicy cmdlet will be removed in a future version of Microsoft Exchange. Use the New-MobileMailboxPolicy cmdlet instead. If you have any scripts that use the New-ActiveSyncMailboxPolicy cmdlet, update them to use the New-MobileMailboxPolicy cmdlet.
16+
Note: In Exchange 2013 or later, use the New-MobileMailboxPolicy cmdlet instead. If you have scripts that use New-ActiveSyncMailboxPolicy, update them to use New-MobileMailboxPolicy.
1717

1818
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
1919

exchange/exchange-ps/exchange/devices/Remove-ActiveSyncDevice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This cmdlet is available in on-premises Exchange and in the cloud-based service.
1313

1414
Use the Remove-ActiveSyncDevice cmdlet to remove mobile device partnerships that identify the devices that are configured to synchronize with user mailboxes.
1515

16-
The Remove-ActiveSyncDevice cmdlet will be removed in a future version of Exchange. Use the Remove-MobileDevice cmdlet instead. If you have any scripts that use the Remove-ActiveSyncDevice cmdlet, update them to use the Remove-MobileDevice cmdlet.
16+
Note: In Exchange 2013 or later, use the Remove-MobileDevice cmdlet instead. If you have scripts that use Remove-ActiveSyncDevice, update them to use Remove-MobileDevice.
1717

1818
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
1919

exchange/exchange-ps/exchange/devices/Remove-ActiveSyncMailboxPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This cmdlet is available in on-premises Exchange and in the cloud-based service.
1313

1414
Use the Remove-ActiveSyncMailboxPolicy cmdlet to remove mobile device mailbox policies.
1515

16-
The Remove-ActiveSyncMailboxPolicy cmdlet will be removed in a future version of Exchange. Use the Remove-MobileDeviceMailboxPolicy cmdlet instead. If you have any scripts that use the Remove-ActiveSyncMailboxPolicy cmdlet, update them to use the Remove-MobileDeviceMailboxPolicy cmdlet.
16+
Note: In Exchange 2013 or later, use the Remove-MobileDeviceMailboxPolicy cmdlet instead. If you have scripts that use Remove-ActiveSyncMailboxPolicy, update them to use Remove-MobileDeviceMailboxPolicy.
1717

1818
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
1919

exchange/exchange-ps/exchange/devices/Set-ActiveSyncMailboxPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This cmdlet is available in on-premises Exchange and in the cloud-based service.
1313

1414
Use the Set-ActiveSyncMailboxPolicy cmdlet to apply a variety of Mobile Device mailbox policy settings to a server. You can set any of the parameters by using one command.
1515

16-
The Set-ActiveSyncMailboxPolicy cmdlet will be removed in a future version of Exchange. Use the Set-MobileMailboxPolicy cmdlet instead. If you have any scripts that use the Set-ActiveSyncMailboxPolicy cmdlet, update them to use the Set-MobileMailboxPolicy cmdlet.
16+
Note: In Exchange 2013 or later, use the Set-MobileMailboxPolicy cmdlet instead. If you have scripts that use Set-ActiveSyncMailboxPolicy, update them to use Set-MobileMailboxPolicy.
1717

1818
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
1919

exchange/exchange-ps/exchange/encryption-and-certificates/Get-ExchangeCertificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Accept wildcard characters: False
180180
```
181181
182182
### -Instance
183-
The Instance parameter is no longer used and will be deprecated.
183+
This parameter has been deprecated and is no longer used.
184184
185185
```yaml
186186
Type: X509Certificate2

exchange/exchange-ps/exchange/encryption-and-certificates/Import-ExchangeCertificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Accept wildcard characters: False
9393
```
9494
9595
### -Instance
96-
The Instance parameter is no longer used and will be deprecated.
96+
This parameter has been deprecated and is no longer used.
9797
9898
```yaml
9999
Type: String[]

exchange/exchange-ps/exchange/encryption-and-certificates/New-ExchangeCertificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ Accept wildcard characters: False
341341
```
342342
343343
### -Instance
344-
The Instance parameter is no longer used and will be deprecated.
344+
This parameter has been deprecated and is no longer used.
345345
346346
```yaml
347347
Type: X509Certificate2

exchange/exchange-ps/exchange/federation-and-hybrid/Set-HybridConfiguration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,9 @@ Accept wildcard characters: False
176176
```
177177
178178
### -Name
179-
The Name parameter isn't used and will be deprecated from the Set-HybridConfiguration cmdlet in a future release. There can be only one HybridConfiguration object in an Exchange organization.
179+
This parameter has been deprecated and is no longer used.
180+
181+
There can be only one HybridConfiguration object in an Exchange organization.
180182
181183
```yaml
182184
Type: String

exchange/exchange-ps/exchange/mail-flow/Get-FrontendTransportService.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ monikerRange: "exchserver-ps-2013 || exchserver-ps-2016"
1111
## SYNOPSIS
1212
This cmdlet is available only in on-premises Exchange.
1313

14-
Use the Get-FrontEndTransportService cmdlet to view the transport configuration information for the Front End Transport service on Exchange servers that have the Client Access server role installed.
14+
Use the Get-FrontEndTransportService cmdlet to view the configuration of the Front End Transport service on Exchange 2013 or later servers that have the Client Access server role installed.
1515

1616
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
1717

exchange/exchange-ps/exchange/mail-flow/Get-MailboxTransportService.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ monikerRange: "exchserver-ps-2013 || exchserver-ps-2016"
1111
## SYNOPSIS
1212
This cmdlet is available only in on-premises Exchange.
1313

14-
Use the Get-MailboxTransportService cmdlet to view the transport configuration information for the Mailbox Transport service on Mailbox servers.
14+
Use the Get-MailboxTransportService cmdlet to view the configuration of the Mailbox Transport service on Exchange 2013 or later Mailbox servers.
1515

1616
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
1717

0 commit comments

Comments
 (0)