PowerShell Exchange Exception – Cannot bind argument to parameter ‘TokenProvider’ because it is null
We have upgraded the Exchange Online Management PowerShell Module to newer version (2.0.3). Install-Module -Name ExchangeOnlineManagement -RequiredVersion 2.0.3 After upgrade some of our solutions started giving below errors: Exception calling “GetSteppablePipeline” with “1” argument(s): “Cannot bind argument to parameter ‘TokenProvider’ because it is null.” On researching, We have found that this is only happening in…