From 84f8a271fceec8bd1a4f8a6d2b1969fe414d00e4 Mon Sep 17 00:00:00 2001 From: alexlmit <100595168+alexlmit@users.noreply.github.com> Date: Wed, 31 Jul 2024 13:20:38 -0400 Subject: [PATCH] Update custom-domain-support.md Added clarification in the document so it's clearer that the custom domain MUST be configured as an Accepted Domain in the tenant's domains list. It's not explicitly clear to end users right now. --- microsoft-365/bookings/custom-domain-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsoft-365/bookings/custom-domain-support.md b/microsoft-365/bookings/custom-domain-support.md index b1ffdde3735..82cdb47093f 100644 --- a/microsoft-365/bookings/custom-domain-support.md +++ b/microsoft-365/bookings/custom-domain-support.md @@ -40,7 +40,7 @@ You'll need to run the following commands using Exchange Online PowerShell. 1. Sign in to the Microsoft 365 admin center as a global admin. -1. In the admin center, go to **Settings** > **Domains** to check current domains. +1. In the admin center, go to **Settings** > **Domains** to check current domains. The custom domain you want to use must be configured in the Accepted Domains list for your tenant. 1. Join into remote PowerShell command with the admin account and complete the steps, such as install module and import module. Learn more at [Connect to Exchange Online PowerShell](/powershell/exchange/connect-to-exchange-online-powershell?view=exchange-ps&preserve-view=true).