list of connections for custom domains in O365

HASSAN BIN NASIR DAR 306 Reputation points
2021-09-30T10:33:55.293+00:00

Hi,

I have few custom domains in O365. I am doing tenant to tenant migration. I want to see list of connections like attributes of all domains. Does Anybody have Powershell script?

Regards

Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,468 questions
{count} vote

2 answers

Sort by: Most helpful
  1. Xzsssss 8,861 Reputation points Microsoft Vendor
    2021-10-01T02:16:27.697+00:00

    Hi @HASSAN BIN NASIR DAR ,

    I'm not sure if this is what you want:

    Get-AzureADDomain | FL   
    

    This will show the domain status of your tenant.

    Before that you should install the AAD module:

    Install-Module AzureAD  
    

    For more information: https://learn.microsoft.com/en-us/powershell/module/azuread/?view=azureadps-2.0#domains

    Best regards,
    Lou


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. HASSAN BIN NASIR DAR 306 Reputation points
    2021-10-07T08:12:48.01+00:00

    Hi

    I am still waiting for my answer.

    0 comments No comments