Forum Discussion
ajames950
Oct 23, 2019Copper Contributor
Connect-SPOService : Could not authenticate to SharePoint Online
Hi All! I am unable to connect to SPO from SharePoint online management shell using my account. MFA is enabled. Connect-SPOService -url https://[URL].sharepoint.com I'm getting the foll...
Burak_Varol
Oct 23, 2019Brass Contributor
Hi ajames950,
Considering [URL] part stands for the organization name, try connecting by using the cmdlet as below:
Connect-SPOService -Url https://[URL]-admin.sharepoint.com
If it fails too, you can uninstall the module and reinstall it.
Regards,
Burak V.
- pksenu1998Nov 17, 2019Copper Contributor
- pksenu1998Nov 17, 2019Copper ContributorThanks, it worked