Forum Discussion
sntruisi
Dec 19, 2023Brass Contributor
Weird exchange string when co-workers book an appointment with the bookings app from teams
Hey Tech Community, We noticed that when some co-workers book an appointment via the bookings app, their profile doesn't show up right. Usually we get their names, phone number and everything else t...
- Dec 19, 2023
Hi sntruisi,
the string you're observing is a LegacyExchangeDN attribute used in Microsoft Exchange environments for unique identification within the organization.
It plays a role in various Exchange scenarios such as message transport and mailbox moves.Breaking down the string /o=ExchangeLabs/ou=ExchangeAdministrativeGroup(FYDIBOHF23SPDLT)/cn=Recipients/cn=user903b863c:
- /o=ExchangeLabs: Represents the organization name.
- /ou=ExchangeAdministrativeGroup(FYDIBOHF23SPDLT): Signifies the Organizational Unit.
- /cn=Recipients: Denotes the container name for recipients.
- /cn=user903b863c: Represents the Common Name of the user.
To address your issue, check if Microsoft Bookings is enabled (checked) in the Microsoft 365 admin center.
Error message with Bookings app - Microsoft Community
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
(LinkedIn)
LeonPavesic
Dec 19, 2023Silver Contributor
Hi sntruisi,
the string you're observing is a LegacyExchangeDN attribute used in Microsoft Exchange environments for unique identification within the organization.
It plays a role in various Exchange scenarios such as message transport and mailbox moves.
Breaking down the string /o=ExchangeLabs/ou=ExchangeAdministrativeGroup(FYDIBOHF23SPDLT)/cn=Recipients/cn=user903b863c:
- /o=ExchangeLabs: Represents the organization name.
- /ou=ExchangeAdministrativeGroup(FYDIBOHF23SPDLT): Signifies the Organizational Unit.
- /cn=Recipients: Denotes the container name for recipients.
- /cn=user903b863c: Represents the Common Name of the user.
To address your issue, check if Microsoft Bookings is enabled (checked) in the Microsoft 365 admin center.
Error message with Bookings app - Microsoft Community
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
(LinkedIn)
sntruisi
Dec 19, 2023Brass Contributor
Thanks for clearing things up for me LeonPavesic. Will definetly check if the users have had bookings disabled.