Reply to Message

View discussion in a popup

Replying to:
mercerc1
Contributor
Contributor

Thank you! I was dealing with this same thing after STIG settings (security hardening) were applied to my workstation.  By the way, in my testing this only needs to be set on the vCenter computer object in AD (not the users).  It can be done with PowerShell like you describe:

Set-ADComputer -Identity <vCenter_Svr> -Replace @{"msDS-SupportedEncryptionTypes"="24"}

However, it can also be done using Active Directory Users & Computers (ADUC) using the Attribute Editor tab of the computer object properties (ADUC must have 'Advanced Features' selected in the View menu).

Reply
0 Kudos