Forum Discussion
Dean_Gross
Apr 24, 2018Silver Contributor
Can no longer run Powershell script
I'm trying to create a script that will copy user accounts from SPO Groups to Office Groups. I'm using an global admin account that has MFA. Yesterday it worked, but today I'm getting the following e...
VasilMichev
Apr 24, 2018MVP
That's usually a issue on the server-side, simply retrying should route your request to a different server and get it to work. Do you mean that it happens continuously?
Why are you loading the module like that btw? You are practically duplicating the connect part.