< Back

Invoke-AnalyzeHybridJoinStatus

Sat Jan 18, 2020 4:19 pm

NAME Invoke-AnalyzeHybridJoinStatus



SYNOPSIS

Analyzes current status of the device regarding Azure AD Hybrid Join.





SYNTAX

Invoke-AnalyzeHybridJoinStatus [-IncludeEventLog] [<CommonParameters>]





DESCRIPTION

Analyzes current status of the device regarding Azure AD Hybrid Join. It checks also AD Service Connection Points

and IE Site Assignments and GPO Settings.



Returns array of Messages with four properties:



- Testname: Name of the Tets

- Type: Information, Warning or Error

- Issue: Description of the issue

- Possible Cause: Tips on how to solve the issue.





PARAMETERS

-IncludeEventLog [<SwitchParameter>]

By specifying this command also the most relevant Windows Event Log entries from the last 10 Minutes related

to Azure AD and Hybrid Join are included in the Output of this CmdLet.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\># Displays a deep analyisis of the currently found issues in the system.



Invoke-AnalyzeHybridJoinStatus











RELATED LINKS