Disable-ExchangeIntegration

Disable-ExchangeIntegration

Disables on-premises Exchange Server Integration.

Sintaxis

Disable-ExchangeIntegration [ <CommonParameters>]

Descripción detallada

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.

Parámetros

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

Ejemplos

Example 1: Disable on-premises Exchange Server integration

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

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

Temas relacionados

Enable-ExchangeIntegration