Disable-O365Integration

Disable-O365Integration

Disables the Integration Module.

Syntax

Disable-O365Integration [ <CommonParameters>]

Detailed Description

The Disable-O365Integration cmdlet disables integration between Windows Server Essentials and . When you disable the Office 365 Integration Module, you can no longer manage user accounts and licenses 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: Disable the Office 365 Integration Module

This command disables integration between Windows Server Essentials and .

PS C:\> Disable-O365Integration
PS C:\> 

Enable-O365Integration