Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.25 KB

Remove-CIPPExConnector.md

File metadata and controls

28 lines (23 loc) · 1.25 KB

Remove-CIPPExConnector

SYNOPSIS

Removes an Exchange connector.

DESCRIPTION

The Remove-CIPPExConnector function removes a specified Exchange connector from CIPP.

PARAMETERS

-CustomerTenantID

Foo Foo
Specifies the ID of the customer tenant where the operation will be performed. This parameter is mandatory for proper data isolation and multi-tenancy compliance.

-ConnectorGuid

Foo Foo
Specifies the GUID of the connector to remove.

-ConnectorType

Foo Foo
Specifies the type of connector. Valid values are 'Receive' and 'Send'.

EXAMPLE 1

PS > Remove-CIPPExConnector -CustomerTenantID "12345678-1234-1234-1234-1234567890AB" -ConnectorGuid "98765432-4321-4321-4321-BA0987654321" -ConnectorType "Receive"

EXAMPLE 2

PS > Remove-CIPPExConnector -CustomerTenantID "12345678-1234-1234-1234-1234567890AB" -ConnectorGuid "98765432-4321-4321-4321-BA0987654321" -ConnectorType "Send"