You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is connecting the exchange using basic authentication. Since the basic authentication is going to be deprecated by microsoft for O365 in oct'22, is there an alternate way to connect to O365 using modern authentication? If yes is it possible to use it in this code? Or is it possible to use Connect-ExchangeOnline module?
The text was updated successfully, but these errors were encountered:
Yes, you can replace the connection to EXO with a managed identity as an example. Simplest for now is likely to load the EXO modules and change the connection string for EXO.
This is connecting the exchange using basic authentication. Since the basic authentication is going to be deprecated by microsoft for O365 in oct'22, is there an alternate way to connect to O365 using modern authentication? If yes is it possible to use it in this code? Or is it possible to use Connect-ExchangeOnline module?
The text was updated successfully, but these errors were encountered: