Forum Discussion
Twrriglesworth
Jul 27, 2024Copper Contributor
Cloud Kerberos - Failed to read secrets from the domain
Hi all, Apologies if this is the wrong place to post this! I am looking at understanding Cloud Kerberos and the uses behind it, primarily for WHfB for now. Following the guide on the Microsof...
Joachim Dissing
Jul 30, 2024Copper Contributor
Joachim Dissing
Jul 31, 2024Copper Contributor
Twrriglesworth I got my problem fixed the following way
Had to run the commands from the AD Connect server (the module uses ADconnect dll's).
Also had to run the command import-module .\AzureAdKerberos.psd1 from the directory where the module is installed (under programfiles)
Set the $cloudcred and $domaincred in variables then the command worked.
/Joachim
- Chris_toffer0707Jul 31, 2024Iron ContributorGlad you got it working, but it is not required to run from server where Entra Connect is installed.
However it is required to install the module. Microsoft learn article states: "Install the AzureADHybridAuthenticationManagement module". That works well the times I have setup cloud kerberos trust.
I agree with you that it can be necessary to run command "import-module .\AzureAdKerberos.psd1" if command "import-module AzureADHybridAuthenticationManagement" does not work.