Skip to content

Prerequisites for Fixing Meeting Titles Synced from Outlook

To fix the meeting titles synced from Outlook, we need to connect to Exchange Online PowerShell which requires the EXO V2 module.

The EXO V2 module (Exchange Online PowerShell V2 module) uses modern authentication and works with multi-factor authentication (MFA) for connecting to all Exchange-related PowerShell environments in Microsoft 365.

Check the existing modules on your system

If you are not sure if the EXO V2 module was installed on your computer, do the following instructions to check the existing modules on the system.

  1. Press Win + X, and select Windows PowerShell(Admin).

  2. In the PowerShell window, enter the following command:

    Get-Module -ListAvailable
    
  3. Press Enter to run the command.

Result

Wait for a few seconds, you will see the list of the modules installed by PowerShell.

Install the EXO V2 module by PowerShell

Step1. Enable PowerShell to run scripts

To avoid errors when connecting, you need to configure the PowerShell.

  1. Press Win + X, and select Windows PowerShell(Admin).

  2. In the PowerShell window, enter the following command:

    Set-ExecutionPolicy RemoteSigned
    
  3. Press Enter to run the command.
    A confirmation prompt will appear immediately.

  4. Enter Y and press Enter to execute this command.

Step2. Install the EXO V2 module

  1. In the PowerShell window, enter the following command:

    Install-Module -Name ExchangeOnlineManagement -RequiredVersion 2.0.5
    
  2. Press Enter to run this command.
    A confirmation prompt will appear immediately.

  3. Enter Y and press Enter to execute this command.

The EXO V2 module will be installed automatically.

To check if the EXO V2 module was installed successfully, follow the instructions.

What to do next

Once the EXO V2 module was installed on your computer, you are ready to fix the meeting title synced from Outlook.


Last update: March 28, 2022
Created: March 25, 2022

Author: Cody