Enable-ExchangeIntegration

Enable-ExchangeIntegration

Enables on-premises Exchange Server Integration.

Syntax

Enable-ExchangeIntegration [ <CommonParameters>]

Detailed Description

The Enable-ExchangeIntegration cmdlet enables integration of on-premises Exchange Server with the server that is running Windows Server Essentials. After you enable Exchange Server Integration, you can manage Exchange from the dashboard.

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: Enable on-premises Exchange Server Integration

This command enables integration of Exchange Server with the server that is running Windows Server Essentials.

PS C:\> Enable-ExchangeIntegration
PS C:\> 

Disable-ExchangeIntegration