Azure Cloud Shell not working
Hi,
I have an issue with cloud shell, I am trying to log in using the Connect-EXOPSSession, when I hit the enter button it logs me off and goes back to the beginning.
Can you please advise me on how I can move forward from this step, and if this is an issue that Microsoft is having?
Kind regards,
Jose
Azure Files
Azure Virtual Machines
Azure Storage Accounts
Azure Disk Storage
-
Sumarigo-MSFT 47,286 Reputation points • Microsoft Employee
2021-11-11T15:19:19.207+00:00 @Jose Gallardo For better understanding the session, can you please share the screenshot of the error message?
Can you try different browser it could be intermittently issue (Try clearing cache) ? and let me know the status.
When you start a Cloud Shell session, you are connected to a Linux container run by Microsoft. Yes, it’s actually running on Linux. To make that possible we had to re-factor the Exchange Online PowerShell code to work with PowerShell Core.
Once that session is open, you can use any of the tools available in Azure Cloud Shell and Exchange Online PowerShell is now one of them.
Azure Cloud Shell Now Supports Exchange Online
This article lists common problems that are related to cloud shell : Troubleshooting & Limitations of Azure Cloud Shell
-
Jose Gallardo 6 Reputation points
2021-11-11T15:32:17.097+00:00 Hi,
Thank you for getting back to me.
I have tried several browsers and also different devices, I contacted our second line support and they advised me to contact Microsoft as they don't know the cause of the issue.
I have attached a picture but if you could share an email address I can also send you a recording of what is happening.
Best regards
Jose -
Sumarigo-MSFT 47,286 Reputation points • Microsoft Employee
2021-11-11T16:02:06.123+00:00 @Jose Gallardo Let me try to repro the issue in my lab and get back to you with the concrete update
-
Jose Gallardo 6 Reputation points
2021-11-11T16:13:51.963+00:00 Thank you for looking into this again.
-
Stephen Newlands 15 Reputation points
2023-09-18T18:47:02.89+00:00 I am having a similar issue. I have been able in the past to use "Connect-EXOPSSession" in the past but now I get the message...
"Connect-EXOPSSession: The term 'Connect-EXOPSSession' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again."
- Steve
-
Eric Samuelson 0 Reputation points
2023-10-13T19:20:47.5366667+00:00 I get the same error.
"Connect-EXOPSSession: The term 'Connect-EXOPSSession' is not recognized as a name of a cmdlet, function, script file, or executable program.
-
Yashvit Naik 26 Reputation points
2023-10-17T08:13:02.21+00:00 Same issue for me as well!!
-
Eric Samuelson 0 Reputation points
2023-10-17T13:35:42.3666667+00:00 I was able to get Azure Cloud Shell to work with
Connect-ExchangeOnline
-
Stephen Newlands 15 Reputation points
2023-10-26T15:20:10.19+00:00 I still cannot connect using either "Connect-EXOPSSession" or "Connect-ExchangeOnline".
-
Robert Danielsson 5 Reputation points
2023-11-08T15:52:35.3666667+00:00 I am having the same issue, neither "Connect-EXOPSSession" or "Connect-ExchangeOnline" works.
Error:Connect-exchangeOnline: The term 'Connect-exchangeOnline' is not recognized as a name of a cmdlet, function, script file, or executable program.
-
Dave Dickson 5 Reputation points
2023-11-14T21:32:15.1833333+00:00 This worked for me:
Install-Module ExchangeOnlineManagement
then run
Connect-Exchangeonline
-
Robert Danielsson 5 Reputation points
2023-11-17T14:10:31.5766667+00:00 Thanks, @Dave Dickson - It worked for me too now :)
Sign in to comment