Hello
Thank you for your question and reaching out. I can understand you are having query\issues related to connections limit
Microsoft has a Global Throttling Policy which limits simultaneous connections from one client. Only three simultaneous connections are allowed.
Close all open PowerShell sessions with Office 365.
This could be done using this cmdlet:
Get-PSSession | Remove-PSSession
Reference :
--If the reply is helpful, please Upvote and Accept as answer--