Configurations in AD
-
Create a service account from the user group in the AD machine with the
following permissions as shown:
-
Set the delegations in the AD machine using the following commands:
-
Get-ADUser -Identity <service_account> | Set-ADAccountControl -TrustedToAuthForDelegation $True -
Set-ADUser -Identity <service_account> -Add @{'msDS-AllowedToDelegateTo'=@('HOST/<CEP_machine_FQDN>','RPCSS/<CEP_machine_FQDN>')}
-
