You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exemple if you create a account with KerberosEncryptionType = AES256
The creation of a GMSA account let the parameter "KerberosEncryptionType" in {RC4, AES128, AES256} (Default behavior when you let this paramter empty)
When you reapply a second time while the account is already created the parameter is changed correctly to AES256
Add the parameter kerberosencryptiontype in the creation as the CMDLET
new-adserviceaccount -kerberosencryptiontype
The text was updated successfully, but these errors were encountered:
johlju
changed the title
[ADManagedServiceAccount]KeberosEncryptionType doesn't work on creation
ADManagedServiceAccount: KeberosEncryptionType doesn't work on creation
Apr 10, 2021
Exemple if you create a account with KerberosEncryptionType = AES256
The creation of a GMSA account let the parameter "KerberosEncryptionType" in {RC4, AES128, AES256} (Default behavior when you let this paramter empty)
When you reapply a second time while the account is already created the parameter is changed correctly to AES256
Add the parameter kerberosencryptiontype in the creation as the CMDLET
new-adserviceaccount -kerberosencryptiontype
The text was updated successfully, but these errors were encountered: