Aug 11 2019
01:57 PM
- last edited on
Jan 14 2022
04:37 PM
by
TechCommunityAP
Aug 11 2019
01:57 PM
- last edited on
Jan 14 2022
04:37 PM
by
TechCommunityAP
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
Aug 11 2019 02:18 PM
Hi @StuartK73
The Azure-AD portal will tell you in the GUI if there are any existing Hybrid joined devices. Otherwise try to Hybrid join the device and troubleshoot if you have problems.
Below page may be of use
Cheers,
Mark
Aug 12 2019 03:37 AM
@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