Summary: This article contains step-by-step instructions on how to resolve EXOV2 WinRM session was not created error when performing Microsoft 365 related web actions in Web Portal.
Applies to: Cayosoft Administrator 8.3.0, 8.3.1 and 8.4.0
ID: KB20211216-1
Overview
Cayosoft Administrator 8.3.0, 8.3.1 and 8.4.0 requires Exchange Online PowerShell module (EXO V2) version 2.0.5. If you have the version higher then 2.0.5 installed you may encounter the following error when performing Microsoft 365 related web actions in Web Portal: EXOV2 WinRM session was not created.
Resolution
Reinstall EXO V2 module to 2.0.5 version:
-
Click the Windows Start icon
-
Type ISE - you will see the Windows PowerShell ISE appear on the screen
-
Right-click Windows PowerShell ISE and click Run As Administrator
- Stop Cayosoft Administrator service, if it is already installed:
Stop-Service CayoAdminService
- Uninstall EXO V2 with version different from 2.0.5
Uninstall-Module ExchangeOnlineManagement
- Install EXO V2 version 2.0.5
Install-Module -Name ExchangeOnlineManagement -RequiredVersion 2.0.5
- Start Cayosoft Administrator service:
Start-Service CayoAdminService
Comments
0 comments
Please sign in to leave a comment.