> ## Documentation Index
> Fetch the complete documentation index at: https://ps365.clidsys.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get EntraIDHybridJoinComputerInfo

## SYNOPSIS

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

## SYNTAX

```powershell theme={null}
Get-EntraIDHybridJoinComputerInfo [-ExportToExcel] [[-ExportPath] <String>]
 [-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

```powershell theme={null}
Get-EntraIDHybridJoinComputerInfo
```

Retrieves all hybrid join diagnostic information for the local computer.

### EXAMPLE 2

```powershell theme={null}
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.

```yaml theme={null}
Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

### -ExportPath

Optional output directory for the Excel export (defaults to the user profile).

```yaml theme={null}
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
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](http://go.microsoft.com/fwlink/?LinkID=113216).

## INPUTS

## OUTPUTS

## NOTES

Must be run on a domain-joined computer.

## RELATED LINKS
