Forum Discussion

StuartK73's avatar
StuartK73
Iron Contributor
Aug 11, 2019

Determine if Hybrid Azure AD Join is Enabled

Hi All

 

Sorry if this seems obvious or has been asked before, but is there a way to tell (PS, CMD, GUI) if a tenant has been set up for Hybrid Azure AD Join without having to access Azure AD Connect?

 

Info appreciated

2 Replies

  • ankit shukla's avatar
    ankit shukla
    Iron Contributor

    StuartK73 https://docs.microsoft.com/en-us/powershell/module/msonline/get-msoldevice?view=azureadps-1.0

     

    Get-MSOLDevice

     

    Gives you the list of devices connected to Azure AD via Hybrid Azure AD Join. If no results means no devices joined. (see some example results below) - 

     

     

    Additionally you can remotely connect to AzureAD Connect PowerShell from one of your Domain Joined devices. From Azure AD Tenant perspective, there is no configuration that shows up in (AzureAD / MSOnline ) powershell that shows you these details except dirsyncconfigruation of your Domains .

     

    Cheers !!

    Ankit Shukla

     

Resources