Skip to main content

Cyware Orchestrate

Exchange Online PowerShell

The Exchange Online Powershell app is a collection of PowerShell utilities used to help manage Exchange Online.

App Vendor: Microsoft

App Category: IT Services

Connector Version: 1.0.0

API Version: 1.0.0

About App

Exchange Online PowerShell app is a collection of PowerShell utilities that help security teams to manage Microsoft Exchange Online. In Orchestrate, the app helps you add users to or remove users from the junk mail configuration.

The Exchange Online Powershell app is configured with the Orchestrate application to perform the following actions.

Action Name

Description

Add Sender to Junk Mail Configuration

This action adds an email ID to the junk mail configuration.

Remove Sender From Junk Mail Configuration

This action removes an email ID from the junk mail configuration.

Configuration Parameters

The following configuration parameters are required for the Exchange Online Powershell app to communicate with the Exchange Online Powershell enterprise application. The parameters can be configured by creating instances in the app.

Parameter

Description

Field Type

Required/Optional

Comments

Username

Enter the Exchange Online Powershell username.

Example:

"jay.adams@cyware.com"

Text

Required

 

Password

Enter the password.

Password

Required

 

Action: Add Sender to Junk Mail Configuration

This action adds an email ID to the junk mail configuration.

Action Input Parameters

Parameter

Description

Field Type

Required/Optional

Comments

User ID

Enter the user ID.

Example:

"mark.fisher"

Text

Required

 

Email to Block

Enter the email ID to add to the junk email configuration.

Example:

"mark.fisher@cyware.com"

Text

Required

 

Example Request

[
    {
        "user_id": "mark.fisher",
        "email_to_block": "mark.fisher@cyware.com"
    }
]
Action: Remove Sender From Junk Mail Configuration

This action removes an email ID from the junk mail configuration.

Action Input Parameters

Parameter

Description

Field Type

Required/Optional

Comments

User ID

Enter the user ID.

Example:

"mark.fisher"

Text

Required

 

Email to Remove

Enter the email ID to remove from the junk email configuration.

Example:

"mark.fisher@cyware.com"

Text

Required

 

Example Request

[
  {
    "user_id": "mark.fisher",
    "email_to_remove": "mark.fisher@cyware.com"
  }
]