Description
Provides information regarding the Azure Active Directory connection, as well as some domain status information for the device.
Versions
- 1.0.1.0 - 24 May 2023 - Updated OS requirements
- 1.0.0.0 - 22 Jul 2022 - Initial release
Provides information regarding the Azure Active Directory connection, as well as some domain status information for the device.
Provides information regarding the Azure Active Directory connection, as well as some domain status information for the device.
Run the script as 'interactive user'. In some environments it might be necessary to run as 'local system'. The script should be executed manually.
A timeout of 600 seconds is recommended.
None.
Label | Type | Description |
---|---|---|
Azure Active Directory Joined | Bool | Confirmation if the device is joined to the Azure AD. Default is False in case of error |
Enterprise Joined | Bool | Confirmation if the device is joined to an on-premises DRS. A device cannot be both EnterpriseJoined and AzureAdJoined. Default is False in case of error |
Domain Joined | Bool | Confirmation if the device is joined to a domain (AD). Default is False in case of error |
Domain Name | String | The name of the domain if the device is joined to a domain |
Workplace Joined | Bool | Confirmation if Azure AD registered accounts have been added to the device in the current NTUSER context. Default is False in case of error |
Is user Azure Active Directory | Bool | Confirmation if the user is joined to the Azure AD. Default is False in case of error |
Policy Enabled | Bool | Confirmation if the policy is enabled. Default is False in case of error |
Post Logon Enabled | Bool | Confirmation if post logon is enabled. Default is False in case of error |
Device Eligible | Bool | Confirmation if the device is eligible to join Azure AD. Default is False in case of error |
Session Is Not Remote | Bool | Confirmation if the session is not remote. Default is False in case of error |
Cert Enrollment | String | Certificate Enrollment for the NGC prerequisite check |
Aad Recovery Needed | Bool | Confirmation if a recovery from AD is needed. Default is False in case of error |
Pre Req Result | String | Result of the Prerequisites |
StatusGatheredCorrectly | |
---|---|
Test Case | Gather the status of Azure AD |
Environment | VM Windows 10 x86/x64 (Multi-language) (1803/1809/1903) with both Azure AD joined and not |
Results | Successful - The execution obtained successfully the status |