-
Notifications
You must be signed in to change notification settings - Fork 762
Update how-to-connect-install-multiple-domains.md #1693
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Changes needed to take effect soon due to the number of customers using this public documentation.
Learn Build status updates of commit 15debbd: ✅ Validation status: passed
For more details, please refer to the build report. |
Thank you for your contribution. Would you take a moment to sign the Contributor License Agreement (CLA)? After the CLA is signed, someone can review your pull request. It looks like you can access the private repo, so you might consider opening this pull request there instead. Thanks! |
#label:"aq-pr-triaged" |
@microsoft-github-policy-service agree company="Microsoft" |
@Macorder-hub : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Can you review the proposed changes? Important: When the changes are ready for publication, adding a |
@omondiatieno @Court72 hello. Any update regarding this content update? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Macorder-hub, thanks for contributing to this PR. I'll help you add the image to the private repo first, then we can link to it and merge the PR. I also added some minor suggestions
|
||
Use the steps below to add an additional top-level domain. If you have already added a domain, and didn't use the `-SupportMultipleDomain` parameter, start with the steps for removing and updating your original domain. If you haven't added a top-level domain yet, you can start with the steps for adding a domain using PowerShell of Microsoft Entra Connect. | ||
1. Open a new PowerShell session and run the below commands to install the Entra module: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Open a new PowerShell session and run the below commands to install the Entra module: | |
1. Open a new PowerShell session and run the below commands to install the Microsoft Entra PowerShell module: |
|
||
Use the following steps to remove the Microsoft Online trust and update your original domain. | ||
<img width="1774" height="165" alt="Get-EntraFedProperty" src="https://github.com/user-attachments/assets/4c74f81a-a438-4ad1-a6a2-9ccc365288bc" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll need to add this image through the private repo.
|
||
Use the following steps to add the new top-level domain using PowerShell | ||
|
||
1. On a machine that has [Azure AD PowerShell module](/previous-versions/azure/jj151815(v=azure.100)) installed on it run the following PowerShell: `$cred=Get-Credential`. | ||
2. Enter the username and password of a Hybrid Identity Administrator for the Microsoft Entra domain you're federating with | ||
3. In PowerShell, enter `Connect-Entra -Scopes 'Domain.ReadWrite.All'` | ||
4. In PowerShell, enter `New-MgDomainFederationConfiguration –SupportMultipleDomain –DomainName` | ||
4. Enter all the values as the below example to add a new domain: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4. Enter all the values as the below example to add a new domain: | |
4. Enter all the values to add a new domain as shown in the following example: |
Changes needed to take effect soon due to the number of customers using this public documentation.