25 July 2021
Connect-SPOService-is-not-recognized
Technical article about Connect-SPOService-is-not-recognized
fix
pills
script
sposervice
1 min read
Technical article about Connect-SPOService-is-not-recognized
If you’re trying to execute powershell script and you got this message, you need to install SPO Management Shell and import the module.
Execute this script (as Admin)
Install-Module Microsoft.Online.SharePoint.PowerShell -Force
Now, you can try to connect:
Connect-SPOService -url https://yourorganization-admin.sharepoint.com
If you get this error (It was my problem), you can try solve it following these steps:
I hope it help you…Have a good day!