Forum Discussion
Authenticating to O365 using Powershell and MFA
- Nov 10, 2016
To save everyone from having to read AnnaChu full post: there is now an Exchange Online Powershell module in preview available that supports MFA. I just tested it and it works (so far) as expected. Go to http://aka.ms/exopspreview to download the preview.
The PnP powershell cmdlets can be use with MFA to peform many actions in SPO, see https://github.com/OfficeDev/PnP-PowerShell and use the https://github.com/OfficeDev/PnP-PowerShell/blob/master/Documentation/ConnectSPOnline.md with the UseWebLogin option
- Nilesh SJan 26, 2018Copper ContributorHi Dean,
can you explain how to use -UserWebLogin parameter correctly?
E.g.
i would like to replace it in
Connect-PnPOnline -Url https://contoso.sharepoint.com -Credentials (Get-Credential) - Louis SimonettiSep 14, 2016Copper ContributorNot for connecting to Exchange Online, that is purely a PSSession in PowerShell, which is not ADAL enabled. The rest of the services, yes, those cmdlets work, but Exchange and EOP, are just PSSessions.
- Nils van WoenselSep 26, 2016Copper Contributor
I agree that all PS connecting to O365 should support the ADAL library.
Waiting for this feature already more than 1 year.
- AnnaChuNov 07, 2016Former Employee
Making sure you're aware of this thread here: https://techcommunity.microsoft.com/t5/Identity-Authentication/MFA-and-Powershell/m-p/23579/thread-id/116/highlight/true#M130