I've noticed that when running powershell script it always imports ExchangeOnlineModule (EXO) module with specific version 3.4.0. No matter what EXO module is available on the system.
The module itself is located at c:\Users\\AppData\Local\Temp\Softerra\Adaxes 3\PSModules\ExchangeOnlineManagement\
I need to use newer EXO module version which is impossible, because when being imported, assembly conflict error
is thrown.
What I tried was to delete this 3.4.0 module, but it gets recreated when adaxes service starts. When I add newer version to this folder even the old one gets imported so assmebly conflict error still applies.
So how can I use my own EXO module version instead of the builtin one?