Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.4 KB

Set-CIPPExchConnector.md

File metadata and controls

30 lines (23 loc) · 1.4 KB

Set-CIPPExchConnector

SYNOPSIS

Sets the state and type of an Exchange Connector for a specific customer tenant.

DESCRIPTION

The Set-CIPPExchConnector function is used to edit the state and type of an Exchange Connector for a specific customer tenant. It sends a REST API request to update the connector settings.

PARAMETERS

-CustomerTenantID

Foo Foo
The ID of the customer tenant for which the Exchange Connector needs to be edited.

-State

Foo Foo
The state of the Exchange Connector. Valid values are "Enable" and "Disabled".

-Guid

Foo Foo
The GUID of the Exchange Connector.

-Type

Foo Foo
The type of the Exchange Connector.

EXAMPLE 1

PS > Set-CIPPExchConnector -CustomerTenantID "contoso.onmicrosoft.com" -State "Enable" -Guid "abcdefg" -Type "Inbound"

This example sets the state of the Exchange Connector for the customer tenant with ID "contoso.onmicrosoft.com" to "Enable", using the GUID "abcdefg" and the type "Inbound".