community.cognetic.com

Support Topics => Microsoft => Azure => Topic started by: bflores on October 19, 2018, 11:18:17 AM

Title: How to force verify a custom domain has been claimed by another Azure Tenant
Post by: bflores on October 19, 2018, 11:18:17 AM
How to force verify a custom domain has been claimed by another Azure Tenant

1. Open Windows Powershell as Administrator on local PC, and run the below commands

Install-Module MSOnline
Import-Module MSOnline
connect-msolservice
new-msoldomain –name cognetic.com
get-msoldomainverificationdns –Domainname cognetic.com –Mode DnsTxtRecord
confirm-msoldomain –Domainname cognetic.com –ForceTakeover Force
Get-MsolDomain