Skip to content

Commit 0db11ba

Browse files
Removing confusion on diagnostic logs source
Some customers have been installing the https://www.powershellgallery.com/packages/AzureADHybridAuthenticationManagement module on other machines such as domain controllers to attempt to configure the Azure AD Kerberos server object instead of using the module shipped with recent AAD Connect builds. Then they were gathering logs from the AAD Connect server as the instructions imply that's where they should gather them from. Updating this doc to emphasise logs should be gathered from wherever they installed/used the module.
1 parent e4ac82c commit 0db11ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/active-directory/authentication/howto-authentication-passwordless-troubleshoot.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,20 +98,20 @@ The following events logs and registry key info is collected:
9898

9999
### Deployment Issues
100100

101-
To troubleshoot issues with deploying the Azure AD Kerberos Server, use the new PowerShell module included with Azure AD Connect.
101+
To troubleshoot issues with deploying the Azure AD Kerberos Server, use the logs for the new [AzureADHybridAuthenticationManagement](https://www.powershellgallery.com/packages/AzureADHybridAuthenticationManagement) PowerShell module.
102102

103103
#### Viewing the logs
104104

105-
The Azure AD Kerberos Server PowerShell cmdlets use the same logging as the standard Azure AD Connect Wizard. To view information or error details from the cmdlets, complete the following steps:
105+
The Azure AD Kerberos Server PowerShell cmdlets in the [AzureADHybridAuthenticationManagement](https://www.powershellgallery.com/packages/AzureADHybridAuthenticationManagement) module use the same logging as the standard Azure AD Connect Wizard. To view information or error details from the cmdlets, complete the following steps:
106106

107-
1. On the Azure AD Connect Server, browse to `C:\ProgramData\AADConnect\`. This folder is hidden by default.
107+
1. On the machine where [AzureADHybridAuthenticationManagement](https://www.powershellgallery.com/packages/AzureADHybridAuthenticationManagement) module was used, browse to `C:\ProgramData\AADConnect\`. This folder is hidden by default.
108108
1. Open and view the most recent `trace-*.log` file located in the directory.
109109

110110
#### Viewing the Azure AD Kerberos Server Objects
111111

112112
To view the Azure AD Kerberos Server Objects and verify they are in good order, complete the following steps:
113113

114-
1. On the Azure AD Connect Server, open PowerShell and navigate to `C:\Program Files\Microsoft Azure Active Directory Connect\AzureADKerberos\`
114+
1. On the Azure AD Connect Server or any other machine where [AzureADHybridAuthenticationManagement](https://www.powershellgallery.com/packages/AzureADHybridAuthenticationManagement) module is installed, open PowerShell and navigate to `C:\Program Files\Microsoft Azure Active Directory Connect\AzureADKerberos\`
115115
1. Run the following PowerShell commands to view the Azure AD Kerberos Server from both Azure AD and on-premises AD DS.
116116

117117
Replace *corp.contoso.com* with the name of your on-premises AD DS domain.

0 commit comments

Comments
 (0)