Skip to main content

SYNOPSIS

Retrieves detailed information about Entra ID Hybrid Join configuration on the local computer.

SYNTAX

Get-EntraIDHybridJoinComputerInfo [-ExportToExcel] [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

This function gathers comprehensive diagnostics for Entra ID Hybrid Join status including:
  • Service Connection Point (SCP) details
  • Network connectivity to Microsoft Entra ID endpoints
  • Registry keys related to hybrid join
  • Scheduled tasks for Automatic Device Join
  • Computer certificates in AD and local store
  • Event logs for device registration
  • dsregcmd status output

EXAMPLES

EXAMPLE 1

Get-EntraIDHybridJoinComputerInfo
Retrieves all hybrid join diagnostic information for the local computer.

EXAMPLE 2

Get-EntraIDHybridJoinComputerInfo -ExportToExcel "C:\Reports\HybridJoinInfo.xlsx"
Retrieves hybrid join information and exports it to an Excel file.

PARAMETERS

-ExportToExcel

Optional path to export the results to an Excel file.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

Must be run on a domain-joined computer.