Connect to Exchange Online PowerShell as detailed here: https://learn.microsoft.com/en-us/powershell/exchange/connect-to-exchange-online-powershell?view=exchange-ps
Then run the cmdlet.
MS 365 Exchange Admin: resource mailbox calendar shows the organizer's name instead of subject
Hello to all,
we are using MS 365 Exchange and have set up several resource mailboxes.
When sending a request to a resource, the calendar subject is replaced by the name of the organizer.
The behavior is described for on-premise Exchange 2010/2013/2016 in the article:
[https://learn.microsoft.com/en-us/exchange/troubleshoot/client-connectivity/calendar-shows-organizer-name]
Unfortunately, I cannot implement the solution described in the article because I cannot find the exchange management shell in Online Exchange Admin Center.
Is there a possibility to solve this problem for MS 365 Exchange?
Thanks a lot!
2 answers
Sort by: Most helpful
-
Vasil Michev 105.7K Reputation points MVP
2021-07-28T16:53:13.46+00:00 -
Xzsssss 8,871 Reputation points Microsoft Vendor
2021-07-29T01:46:58.997+00:00 Hi @Norbert K ,
Agree with michev, simply try these:
- Open the PowerShell as Admin.
- Run Install-Module -Name ExchangeOnlineManagement
- Run Connect-ExchangeOnline
This needs you to manually type in your account and password.
For more information, you could see: https://learn.microsoft.com/en-us/powershell/module/exchange/connect-exchangeonline?view=exchange-ps
Best regards,
Lou
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.