Disable-ExchangeIntegration

Disable-ExchangeIntegration

Disables on-premises Exchange Server Integration.

Syntax

Disable-ExchangeIntegration [ <CommonParameters>]

Detailed Description

The Disable-ExchangeIntegration cmdlet disables integration of on-premises Microsoft Exchange Server Integration with the server that is running Windows Server Essentials. Exchange Server preserves all the email accounts that you created and all emails. After you disable Exchange Server Integration, you can manage the email accounts and access the emails from the Exchange Management Console.

Parameters

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Disable on-premises Exchange Server integration

This command disables integration of on-premises Exchange Server Integration.

PS C:\> Disable-ExchangeIntegration
PS C:\> 

Enable-ExchangeIntegration