Hello! Are you trying to sign in or recover access to your Microsoft account?
To protect your account and its contents, neither Microsoft moderators here in the Community, nor our support agents are allowed to send password reset links or access and change account details. We recommend checking out the following resources for help in regaining access to your account:
. .For all other Microsoft account sign-in issues, use the Sign-in helper tool.
January 17, 2025
Hello! Are you trying to sign in or recover access to your Microsoft account?
To protect your account and its contents, neither Microsoft moderators here in the Community, nor our support agents are allowed to send password reset links or access and change account details. We recommend checking out the following resources for help in regaining access to your account:
Office 365 - allowing external users to view availability of and book a meeting room
I need to allow external users (not on our domain) to view availability of meeting rooms (setup on our domain on Office 365) and then be able to book the room - as if they were users on our domain.
We can use PowerShell to allow external users book Office 365 meeting rooms. Here are the steps:
1. Connect to Exchange Online using PowerShell: https://technet.microsoft.com/en-us/library/jj984289(v=exchg.160).aspx 2. Run this command: Set-CalendarProcessing *** Email address is removed for privacy *** –ProcessExternalMeetingMessages $True
After that, the external user can add the address of the room mailbox in the To field to book the room.
Before that, you need to grant yourself Full Access permission of the room mailbox. Then refer to the following article to open another person’s mailbox in a separate browser window in OWA: