Issue
In PowerShell/log file:
Unhandled Exception: System.Runtime.InteropServices.COMException (0x800401FA): Wrong OS or OS version for application (Exception from HRESULT: 0x800401FA (CO_E_WRONGOSFORAPP)) at PopulateExcData.RedemptionLoader.IClassFactory.CreateInstance(Object pUnkOuter, Guid& refiid, Object& ppunk) at PopulateExcData.RedemptionLoader.NewRedemptionObject(Guid guid) at PopulateExcData.MAPIWrapper.initsession() at PopulateExcData.Logic.DoWork() at PopulateExcData.Program.Main(String[] args)
The error CO_E_WRONGOSFORAPP means that the MAPI system bitness is different from Redemption and app.
Solution
Install correct bitness version.
E.G.:
If you using Outlook 2013 x64 use PopulateExchangeData-Outlook-x64.
Else if using Outlook 2013 x86 use PopulateExchangeData-Outlook-x86.