Forum Discussion
Robert Woods
May 10, 2017Iron Contributor
Can I Connect to O365 Security & Compliance center via powershell with MFA on?
I currently use the below script to connect to the S&C Center. This does not work with MFA. I was wondering if there is an Updated Module that I could use that supports modern authentication? $C...
- May 10, 2017
Nope, not yet. It's the last of the "modules" I use to get MFA support :(
Sankarasubramanian Parameswaran
Oct 12, 2017Iron Contributor
Hi, whether we need to change our existing scripts to add exopssession for the MFA authentication
Sankarasubramanian Parameswaran
Oct 12, 2017Iron Contributor
how we can connect to MFA using regular powershell instead of connecting with module
- VasilMichevOct 12, 2017MVP
You can't, that's the whole idea behind Microsoft releasing a new module. You can import/use it with your existing scripts however, there are examples in the thread above. Or you can get the token programmatically, but that's even more complicated.