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 :(
SATYAM GUPTA
Aug 30, 2017Copper Contributor
Hi,
You can download the latest MFA enabled Powershell from EAC. It contains the cmdlet name connect-IPPSsession which will connect to S&C.
Robert Woods
Aug 30, 2017Iron Contributor
Awesome SATYAM GUPTA!